Created
September 14, 2016 08:30
-
-
Save ichaida/de898c24b0fefb4b72b107609249d1d1 to your computer and use it in GitHub Desktop.
Keep feature branch updated
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
function update(){ | |
git checkout master && git pull && git checkout - && git rebase master | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment