Skip to content

Instantly share code, notes, and snippets.

@DamianMullins
Created August 22, 2012 13:05
Show Gist options
  • Save DamianMullins/3425388 to your computer and use it in GitHub Desktop.
Save DamianMullins/3425388 to your computer and use it in GitHub Desktop.
GIT Shell Aliases
alias gs='git status '
alias ga='git add '
alias gb='git branch '
alias gc='git commit'
alias gd='git diff'
alias go='git checkout '
alias gk='gitk --all&'
alias gx='gitx --all'
alias got='git '
alias get='git '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment