Skip to content

Instantly share code, notes, and snippets.

@zouzias
Created October 29, 2015 09:41
Show Gist options
  • Save zouzias/3ba1f0ffa3c357a9c06e to your computer and use it in GitHub Desktop.
Save zouzias/3ba1f0ffa3c357a9c06e to your computer and use it in GitHub Desktop.
Git aliases
# These are my favorite git aliases
alias gs='git status '
alias gl=' git log --graph --oneline --decorate --all '
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