ian-mcdowell / Git

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git

TiltedTabViewTabViewInputAssistantGit


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.

About

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


Languages

Language:Swift 91.7%Language:Ruby 8.0%Language:Objective-C 0.3%