Created
August 2, 2013 00:42
-
-
Save zrobit/6136655 to your computer and use it in GitHub Desktop.
Git alias
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 gst='git status' | |
| alias gco='git commit -m' | |
| alias gbr='git branch' | |
| alias gch='git checkout' | |
| alias gdi='git diff' | |
| alias gad='git add' | |
| alias gpull='git pull' | |
| alias gpush='git push' | |
| alias ..='cd ..' | |
| alias cd..='cd ..' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment