Skip to content

Commit

Permalink
git flow aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
git2samus committed Apr 5, 2014
1 parent 0e92324 commit 9c228e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .aliasrc
Expand Up @@ -26,15 +26,16 @@ alias branch='git branch'
alias checkout='git checkout'
alias commit='git commit'
alias diff='git diff'
alias feature='git flow feature'
alias fetch='git fetch'
alias flow='git flow'
alias log='git log'
alias merge='git merge'
alias move='git mv'
alias publish='git flow publish'
alias pull='git pull'
alias push='git push'
alias rebase='git rebase'
alias remote='git remote'
alias remove='git rm'
alias reset='git reset'
alias show='git show'
alias status='git status'
Expand Down

0 comments on commit 9c228e1

Please sign in to comment.