SkillAgentSearch skills...

Git

Swift library for interacting with git repositories. Based on libgit2.

Install / Use

/learn @ian-mcdowell/Git
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Git

<p align="center"> <a href="https://github.com/IMcD23/TiltedTabView">TiltedTabView</a> &bull; <a href="https://github.com/IMcD23/TabView">TabView</a> &bull; <a href="https://github.com/IMcD23/InputAssistant">InputAssistant</a> &bull; <b>Git</b> </p>

Wrapper around libgit2, written in Swift

Build Status Version Package Managers Contact

Requirements

  • Xcode 9 or later
  • iOS 11.0 or later

Usage

Take a look at the documentation for each class for information on how to use it.

Installation

Carthage

To install Git using Carthage, add the following line to your Cartfile:

github "IMcD23/Git" "master"

Submodule

To install Git as a submodule into your git repository, run the following command:

git submodule add -b master https://github.com/IMcD23/Git.git Path/To/Git
git submodule update --init --recursive

Then, add the .xcodeproj in the root of the repository into your Xcode project, and add it as a build dependency.

ibuild

A Swift static library of this project is also available for the ibuild build system. Learn more about ibuild here

Author

Created by Ian McDowell

License

All code in this project is available under the license specified in the LICENSE file. However, since this project also bundles code from other projects, you are subject to those projects' licenses as well.

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated2y ago
Forks5

Languages

Swift

Security Score

60/100

Audited on Oct 21, 2023

No findings