Git
Git copied to clipboard
Swift library for interacting with git repositories. Based on libgit2.
Git
TiltedTabView • TabView • InputAssistant • Git
Wrapper around libgit2, written in Swift
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.