SGIT - Simplified GIT (i hope)
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.
Commands available (CLI):
sgit push : saves changes to the repository
sgit pull : gathers changes from the repository
sgit timeline : shows the timeline of the repository
sgit new : initializes a certain repository
sgit clone : clones a certain repository
sgit ignore : ignores certain file types/folders
sgit status : shows the current state of the local part of the repository
sgit diff : compares the current state to the latest commit’s
sgit current : the files return to the state of the latest commit
sgit throwback : the files turns back ‘n’ commits
sgit help : shows all the commands available
Screenshot (GUI):
