Created
April 30, 2014 16:30
-
-
Save kojinkai/1cfd52318cfc625cf1d5 to your computer and use it in GitHub Desktop.
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 l="ls -la" | |
alias gs='git status ' | |
alias gst='git status ' | |
alias ga='git add ' | |
alias gb='git branch ' | |
alias gc='git commit' | |
alias gd='git diff' | |
alias go='git checkout ' | |
alias got='git ' | |
alias get='git ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment