gitpy
Rediscover git through re-implementing it in python
Getting Started
Prerequisites
Usage
gitpy implements Git's core commands as a learning tool. Once installed you can use it in any directory just like real Git:
gitpy init— create a new repositorygitpy add <file>— stage a filegitpy commit -m "message"— record a snapshotgitpy log --oneline— browse history
See the CLI Reference for all commands and their flags.
Contributing
See Contributing
Authors
Josix Wang josixwang@gmail.com
Created from Lee-W/cookiecutter-python-template version 1.1.2