Created
April 21, 2015 13:57
-
-
Save jfuerth/5f14c33e7555e0af3ca3 to your computer and use it in GitHub Desktop.
Handy Shell 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 gf='git fetch --all' | |
| alias gpo='git push origin' | |
| alias gpu='git push upstream' | |
| alias gt='git log --oneline --decorate --all --graph' | |
| alias gd='git diff' | |
| alias gs='git status' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case it needs to be in multilple shells, paste into ~/.aliases and include this in the shell startup file(s) of choice: