Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhoyt/pygit

Just enough git (written in Python) to create a repo and push to GitHub
https://github.com/benhoyt/pygit

git github hack minimalism python

Last synced: 11 days ago
JSON representation

Just enough git (written in Python) to create a repo and push to GitHub

Awesome Lists containing this project

README

        

pygit
=====

pygit is just enough git (implemented in Python) to create a repo and push to GitHub. It's about 500 lines of Python 3 code that can create a repository, add files to the git index, commit, and push to GitHub.

This repo was created and pushed to GitHub using pygit. [Read the full story here.](http://benhoyt.com/writings/pygit/)