merge-commit-and-feature: commit moved commit script as feature subcommand

This commit is contained in:
rkiel
2015-06-07 19:09:15 -04:00
parent b5f75d85a0
commit 4f12826134
6 changed files with 51 additions and 63 deletions

View File

@@ -1,6 +1,7 @@
alias add="git add"
alias branch="git branch"
alias checkout="git checkout"
alias commit="feature commit"
alias pop="git stash pop --index"
alias pull="git pull"
alias push="git push"