cy99 / pygit

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

Home Page:http://benhoyt.com/writings/pygit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://benhoyt.com/writings/pygit/

License:MIT License


Languages

Language:Python 100.0%