A terminal tool for git with python
PIGIT A terminal tool for git. When we use git, do you feel very uncomfortable with too long commands. For example: git status –short, this project can help you improve it. This project is written in Python. Now most UNIX like systems come with Python. So you can easily install and use it. Installation Pip pip install -U pigit Source git clone https://github.com/zlj-zz/pigit.git cd pigit make install # or python setup.py install # On windows Usage You can run pigit […]
Read more