Created
November 30, 2022 02:32
-
-
Save singularitti/66a59e49d1543c8ad4d3a21258006bfe to your computer and use it in GitHub Desktop.
GitFlow: How to maintain previous releases? #Git
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
| # See https://stackoverflow.com/a/69727920/3260253 | |
| git switch main # now you should be up to date with origin/main | |
| git merge --strategy=ours hotfix/1.1.1 # bring in commits without their changes! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment