Created
October 29, 2015 09:41
-
-
Save zouzias/3ba1f0ffa3c357a9c06e to your computer and use it in GitHub Desktop.
Git aliases
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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