git-python

combination and simplification of some useful git commands


Install
pip install git-python==1.1.1

Documentation

git-python

combination and simplification of some useful git commands

Usage

  1. add and commit
gp addc -m <message>
  1. push as tag

gp pushc addt -t <tag>

gp pushc addr -t <tag> -n <name> -r <remote>

gp pushc pusht -t <tag>