Skip to content

Instantly share code, notes, and snippets.

@var-bin
Last active March 9, 2017 18:31
Show Gist options
  • Save var-bin/3c940ad5b68a9c81e55562583d81e8ec to your computer and use it in GitHub Desktop.
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
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