Created
December 20, 2023 08:58
-
-
Save felipeabajo/e900b21176575abc2b2637d162283830 to your computer and use it in GitHub Desktop.
Snippets for GitHub
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
Merge from branch not possible because branches do not share the same history: | |
git checkout [BRANCH] | |
git branch master [BRANCH] -f | |
git checkout master | |
git push origin master -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment