# pygit **Repository Path**: mirrors_lepy/pygit ## Basic Information - **Project Name**: pygit - **Description**: Just enough git (written in Python) to create a repo and push to GitHub - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2025-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/)