View .zshrc
knead(){ | |
current_branch=`git branch --show-current` | |
git checkout master | |
git pull | |
arc feature $current_branch | |
git rebase master | |
} |