Created
October 1, 2021 07:52
-
-
Save SebSept/b73055536a7a472df39ac7ccd549bafd to your computer and use it in GitHub Desktop.
This branch has conflicts that must be resolved
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 pull | |
git checkout <branch> | |
git merge master | |
# [ ... resolve any conflicts ... ] | |
git add [files that were conflicted] | |
git commit | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment