Skip to content

Instantly share code, notes, and snippets.

@justsml
Created July 19, 2013 01:13
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 justsml/6034367 to your computer and use it in GitHub Desktop.
Save justsml/6034367 to your computer and use it in GitHub Desktop.
# INSTRUCTIONS: save in ~/.profile or some other profile-based load script for your distro
# Credit: http://gitimmersion.com/lab_11.html
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