This script is used to shorten/abbreviate certain git commands, in order to make it more direct and accessible. It also has the objective to make the execution of git a bit more visual and intuitive.
sgit push
: saves changes to the repositorysgit pull
: gathers changes from the repositorysgit timeline
: shows the timeline of the repositorysgit new
: initializes a certain repositorysgit clone
: clones a certain repositorysgit ignore
: ignores certain file types/folderssgit status
: shows the current state of the local part of the repositorysgit diff
: compares the current state to the latest commit'ssgit current
: the files return to the state of the latest commitsgit throwback
: the files turns back 'n' commitssgit help
: shows all the commands available