Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 597 Bytes

GitGeek

GitGeek is a simple Linux bash script utility that speeds up the repetitive git tasks I often face in development process. It provides the use of the most used git commands in a very fashion prompt menu way.

Data Flow

Installation

Clone this repository

git clone https://github.com/jeffersoncechinel/gitgeek.git

Copy gitgeek.sh to your system PATH

 cd gitgeek
 cp gitgeek.sh /usr/local/bin/gitgeek

License

This project is licensed under the MIT License - see the LICENSE file for details.