You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
This implementation, like @lunny say, is more of a wrapper around git cli command that is use in gitea. You can use it as a lib to clone, Push, Commit some changes ...
You can found generated documentation here : https://godoc.org/code.gitea.io/git
If you prefer a complete go implementation there is that : https://github.com/src-d/go-git (it's maybe more documented with example also)
If it answer your question, please close this issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am needing to be able to easily manage git repository but also fork them make changes and push them.
With standard git CLI there is a pretty standard song and dance to go through for the maintainer and the contributor.
So I figured why not wrap up this flow as a golang tool and get some commonality amount teams.
Is this a reasonable use case to built on top of this lib ?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: