Created
December 10, 2014 13:24
-
-
Save andou/0aaae87ef476e4d7a77d to your computer and use it in GitHub Desktop.
aliasesss
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 -lhtaGp' | |
| alias ll='l' | |
| alias wget='curl -O' | |
| alias gllf='git log --simplify-by-decoration --oneline --decorate --name-status' | |
| alias gll='git log --simplify-by-decoration --oneline --decorate' | |
| alias gl='git log' | |
| alias glf='git log --name-status' | |
| alias gs='git status -s -b' | |
| alias gss='git status' | |
| alias ga='git add' | |
| alias gcm='git commit' | |
| alias gcma='git commit --amend' | |
| alias gc='git checkout' | |
| alias gpl='git pull origin' | |
| alias gps='git push origin' | |
| alias gb='git branch' | |
| alias gpsw='git push wombat' | |
| alias gwp='git diff --name-only --diff-filter=UU | grep .map | xargs git checkout fe-master' | |
| alias grunty='sudo grunt' | |
| alias tarz='tar -zxf' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment