Skip to content

Instantly share code, notes, and snippets.

@teefan
Created November 30, 2021 07:24
Show Gist options
  • Save teefan/53c3210b4cabe03151e090c77d911272 to your computer and use it in GitHub Desktop.
Save teefan/53c3210b4cabe03151e090c77d911272 to your computer and use it in GitHub Desktop.
alias gs='git status'
alias gm='git merge'
alias grb='git rebase'
alias gb='git branch'
alias gba='git branch -a'
alias gco='git checkout'
alias gcob='git checkout -b'
alias gp='git pull'
alias gf='git fetch -p'
alias gc='git commit'
alias gcm='git commit -m'
alias gca='git commit --amend'
alias gl='git log'
alias be='bundle exec'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment