You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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