Skip to content

Instantly share code, notes, and snippets.

@asierba
Last active August 29, 2015 14:23
Show Gist options
  • Save asierba/4ed498c4250708006709 to your computer and use it in GitHub Desktop.
Save asierba/4ed498c4250708006709 to your computer and use it in GitHub Desktop.
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 gitext='gitextensions &'
alias sln='start *.*/*.sln'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment