Last active
March 9, 2017 18:31
-
-
Save var-bin/3c940ad5b68a9c81e55562583d81e8ec to your computer and use it in GitHub Desktop.
User specific aliases and functions. Repository https://github.com/var-bin/terminalForCoder__WSD
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 gf='git fetch' | |
alias gm='git merge' | |
alias gd='git diff' | |
alias gb='git branch' | |
alias gbm='git branch --merged' | |
alias gcm='git commit -m' | |
alias gp='git push origin' | |
alias gbd='git branch -D' | |
alias gshorth='git log -p -2' | |
alias gch='git checkout' | |
alias grntds='./grunt deploySync' | |
alias grntd='./grunt deploy' | |
alias ghide='git stash' | |
alias gshow='git stash pop' | |
alias gsl='git stash list' | |
alias myps='ps aux | grep rybka' | |
alias gmom='git merge origin/master' | |
alias gad='git add' | |
alias grm='git rm' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment