You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sandro Santilli
6e4252dad4
|
8 years ago | |
---|---|---|
.. | ||
LICENSE | 8 years ago | |
README.md | 8 years ago | |
blob.go | 8 years ago | |
command.go | 8 years ago | |
commit.go | 8 years ago | |
commit_archive.go | 8 years ago | |
error.go | 8 years ago | |
git.go | 8 years ago | |
hook.go | 8 years ago | |
repo.go | 8 years ago | |
repo_branch.go | 8 years ago | |
repo_commit.go | 8 years ago | |
repo_hook.go | 8 years ago | |
repo_object.go | 8 years ago | |
repo_pull.go | 8 years ago | |
repo_tag.go | 8 years ago | |
repo_tree.go | 8 years ago | |
sha1.go | 8 years ago | |
signature.go | 8 years ago | |
submodule.go | 8 years ago | |
tag.go | 8 years ago | |
tree.go | 8 years ago | |
tree_blob.go | 8 years ago | |
tree_entry.go | 8 years ago | |
utlis.go | 8 years ago |
README.md
Git Shell
Package git is a Go module for Git access through shell commands.
Limitations
- Go version must be at least 1.3.
- Git version must be no less than 1.7.1, and great than or equal to 1.8.0 is recommended.
- For Windows users, try use as higher version as possible.
License
This project is under the MIT License. See the LICENSE file for the full license text.