Created
August 8, 2018 19:56
-
-
Save lmsilvera/6b4a2731ff70feafef0065a1ccd14f54 to your computer and use it in GitHub Desktop.
update master branch & update PRs
This file contains hidden or 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
| # Updating master | |
| git checkout master | |
| git pull --rebase | |
| # updating branches (PRs active) | |
| git checkout BRANCH_NAME | |
| git rebase origin/master | |
| git push origin BRANCH_NAME --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment