Metadata-Version: 2.1
Name: git-python
Version: 1.1.2
Summary: combination and simplification of some useful git commands
Home-page: https://github.com/pynickle/git-python
Author: code-nick-python
Author-email: 2330458484@qq.com
Platform: any
Requires-Dist: gitpython

git-python
^^^^^^^^^^

combination and simplification of some useful git commands

Usage
*****
	
1. init a gp repo

  gp init
  
  gp init -d <dir>

2. add and commit

  gp addc -m <message>

3. push as tag

  gp pushc addt -t <tag>

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

  gp pushc pusht -t <tag>
