Skip to content

Instantly share code, notes, and snippets.

@zouzias
Last active October 2, 2015 18:45
Show Gist options
  • Save zouzias/036a3b9e8021520b6bee to your computer and use it in GitHub Desktop.
Save zouzias/036a3b9e8021520b6bee to your computer and use it in GitHub Desktop.
My git aliases
# Add the following to your ~/.bashrc or ~/.profile file
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 gs="git status "
alias gl="git log --oneline --decorate --color --graph "
alias gd="git diff "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment