gogit

Just enough of a git client (in Go) to init a repo, commit, and push to GitHub

MIT License

Stars
51

gogit

gogit is just enough of a git client (implemented in Go) to initialise a repo, commit, and push to GitHub. It's 400 lines of Go code, and I've experimented writing it in a "scripting style" -- that is, using panic for error handling (exceptions with a stack trace).

This repo was created and pushed to GitHub using gogit. Read the full story here.