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.

PIGIT

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 in terminal, and you will see this intro:

[pigit] version: 1.0.9
git version 2.30.1 (Apple Git-130)

Path: /opt/homebrew/lib/python3.9/site-packages/pigit-1.0.9-py3.9.egg/pigit/__init__.py

Description:
Terminal tool, help you use git more simple. Support Linux and MacOS. Partial support for windows.
It use short

 

 

 

To finish reading, please visit source site