Skip to content

Instantly share code, notes, and snippets.

@glynrob
Created October 19, 2014 19:01
Show Gist options
  • Save glynrob/ecfe5e109a95428fcbea to your computer and use it in GitHub Desktop.
Save glynrob/ecfe5e109a95428fcbea to your computer and use it in GitHub Desktop.
git3
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment