Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benhoyt/pygit
- Owner: benhoyt
- License: mit
- Created: 2017-04-26T01:18:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T01:41:42.000Z (over 7 years ago)
- Last Synced: 2024-10-15T23:54:48.171Z (27 days ago)
- Topics: git, github, hack, minimalism, python
- Language: Python
- Homepage: http://benhoyt.com/writings/pygit/
- Size: 25.4 KB
- Stars: 315
- Watchers: 16
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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/)