combination and simplification of some useful git commands
- init a gp repo
gp init
gp init -d <dir>
- add and commit
gp addc -m <message>
- push as tag
gp pushc addt -t <tag>
gp pushc addr -t <tag> -n <name> -r <remote>
gp pushc pusht -t <tag>
combination and simplification of some useful git commands
pip install git-python==1.1.1