Skip to content

Instantly share code, notes, and snippets.

@MilanGrubnic70
Created November 7, 2015 18:08
Show Gist options
  • Save MilanGrubnic70/f95dc5689a66cdaf78de to your computer and use it in GitHub Desktop.
Save MilanGrubnic70/f95dc5689a66cdaf78de to your computer and use it in GitHub Desktop.
Shell aliases.
type:
subl ~/.profile
enter
# set 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