Created
February 5, 2018 13:59
-
-
Save NTruchaud/a87a262c6975a9307b3bb9839d08599b to your computer and use it in GitHub Desktop.
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
git checkout master | |
git merge hotfix_branch | |
git checkout develop | |
git merge hotfix_branch | |
git branch -D hotfix_branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment