Created
January 31, 2022 18:26
-
-
Save ro31337/cb37e7927c8ecab5d127135d929d47d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gcm='git checkout master' | |
alias gcb='git checkout -b ' | |
alias gs='git status' | |
alias gal='git add --all .' | |
alias gdd='git diff HEAD' | |
alias cm='git commit -m' | |
alias gc='git checkout' | |
alias gup='git branch --set-upstream-to=origin/`git symbolic-ref --short HEAD`' | |
alias far='far2l > /dev/null&!' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment