Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Feature question #35

Open
joeblew99 opened this issue Feb 28, 2017 · 2 comments
Open

Feature question #35

joeblew99 opened this issue Feb 28, 2017 · 2 comments

Comments

@joeblew99
Copy link

joeblew99 commented Feb 28, 2017

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.

@lunny
Copy link
Member

lunny commented Feb 28, 2017

This project is not a pure go implementation of git. There are many functions are wrap of git command.

@sapk
Copy link
Member

sapk commented Apr 26, 2017

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants