Last active
October 4, 2015 22:37
-
-
Save iamdey/2710159 to your computer and use it in GitHub Desktop.
my 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
alias ga='git add' | |
alias gb='git branch' | |
alias gc='git commit' | |
alias gp='git pull' | |
alias gs='git status' | |
alias gl='git log --decorate --graph --oneline' | |
alias gck='git checkout' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment