Cool little trick I just thought of. Shorten 99% of your git commands by putting this is in .zshrc or .bashrc
# git
alias checkout="git checkout"
alias push="git push"
alias pull="git pull"
alias commit="git commit"
Cool little trick I just thought of. Shorten 99% of your git commands by putting this is in .zshrc or .bashrc
# git
alias checkout="git checkout"
alias push="git push"
alias pull="git pull"
alias commit="git commit"