added alias for brew cask and git rebase

This commit is contained in:
2014-01-08 16:29:11 -07:00
parent fd161bc41c
commit f81ae0f89b
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ alias gp='git push'
alias gpl='git pull --rebase'
alias gplnr='git pull'
alias gme='git merge'
alias grb='git rebase'
alias gb='git branch'
alias gst='git stash'
alias gco='git checkout'