Skip to content

Instantly share code, notes, and snippets.

@ro6ley
Created July 27, 2017 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ro6ley/7a5e02e742e2c39b015ef3952357d3cf to your computer and use it in GitHub Desktop.
Save ro6ley/7a5e02e742e2c39b015ef3952357d3cf to your computer and use it in GitHub Desktop.
GIT Aliases
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gco='git checkout '
alias gcob='git checkout -b '
alias gcot='git checkout -t '
alias gc='git commit '
alias gl='git pull '
alias gf='git fetch '
alias gp='git push '
alias glog='git log'
alias gd='git diff'
alias gk='gitk --all&'
alias gx='gitx --all'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment