Git Utility is a powerful program specifically designed to simplify and automate common Git operations. By providing a user-friendly interface, it enables users to streamline their Git workflows without the need for manual command entry. With Git Utility, users are presented with a menu of options that correspond to frequently performed Git tasks. By selecting the desired option from the menu, users can effortlessly execute the necessary Git commands without the hassle of remembering complex syntax or typing them out manually. This automation of common Git operations saves valuable time and reduces the risk of errors. It also makes Git more accessible to individuals who may be new to version control or prefer a visual interface over the command line. With Git Utility, users can focus more on their work and less on the mechanics of executing Git commands, resulting in a more efficient and enjoyable version control experience.
$ cd && git clone https://github.com/naa7/git_utility.git
$ cd git_utility/
$ chmod +x git_utility.sh && ./git_utility.sh
For easier and frequent use of git_utility
without the need to navigate everytime to its directory to run the file,
change name of git_utility.sh
to gitt
and copy file to /usr/bin/
folder:
$ mv git_utility.sh gitt
$ sudo cp gitt /usr/bin/
Now, you can open it from anywhere on your terminal using gitt
$ gitt