Created
November 13, 2019 00:56
-
-
Save gaara87/4c2ab480cfda9aaac01d6bb521db8a89 to your computer and use it in GitHub Desktop.
Rebasing from master
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knead(){ | |
current_branch=`git branch --show-current` | |
git checkout master | |
git pull | |
arc feature $current_branch | |
git rebase master | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment