Skip to content

Instantly share code, notes, and snippets.

@ro31337
Created January 31, 2022 18:26
Show Gist options
  • Save ro31337/cb37e7927c8ecab5d127135d929d47d5 to your computer and use it in GitHub Desktop.
Save ro31337/cb37e7927c8ecab5d127135d929d47d5 to your computer and use it in GitHub Desktop.
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