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
Bash script to make commits and pushes faster by coding. Makes git more fun to use without having to type the same repetitive commands every time you want to save your progress.
Bash script to make commits and pushes faster while coding.
Setup
Open your .zshrc file
On macOS, open your terminal and type:
vim ~/.zshrc
alias fastgit='bash {PATH_TO_FOLDER}/git.sh'source~/.zshrc
About
Bash script to make commits and pushes faster by coding. Makes git more fun to use without having to type the same repetitive commands every time you want to save your progress.