AutoGIT
Trying to make a script to automatize git commands
Install / Use
/learn @gustavolbs/AutoGITREADME
AutoGIT Instructions
Documentation
Goal
The goal of this project is provide to all git users a program that lets them free of the git commands. We turned the old "cheat sheet" into an interface where users don't need to type in every single command to perform whatever they want with git. Users also won't need to "log-in" after the push command, do it once and forget about it.
Download
To download AutoGit, open the terminal and paste one of these codes below and NEVER move any file from/to AutoGIT.
cd && git clone https://github.com/gustavolbs/AutoGIT.git
or
cd && wget -cO - https://github.com/gustavolbs/AutoGIT/archive/master.zip > AutoGIT.zip && unzip AutoGIT.zip && mv AutoGIT-master AutoGIT && rm AutoGIT.zip
Installing
To install AutoGIT, use the following commands and NEVER move any file from/to AutoGIT.
cd && ./AutoGIT/bin/install.sh
Uninstalling
To uninstall AutoGIT, use the following commands and NEVER move any file from/to AutoGIT.
atgit -r
Updating
To update AutoGIT to the lastest version, use the following commands and NEVER move any file from/to AutoGIT.
atgit -u
Using
To use AutoGit, make sure you are in a directory with git initialized, just run the atgit command on the terminal and then perform the actions you want to.
MADE BY @gustavolbs
Special Thanks to:
- @ramonssarmento who helped me construct the project.
- @hericlesme who helped me build the installation and uninstallation.
- @ArthurFerrao who helped me with the researchs.
- @gabrieeeuu who helped me with the translation.
- @carlosbio17 who tested and supported the project.
- And thanks to everyone that tested the project and gaved one feedback.
