Created
May 6, 2024 11:53
-
-
Save antpaw/a68fc5c497ae51ce0f252aff1148d939 to your computer and use it in GitHub Desktop.
Bulk merge
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
# Accept the remote version for all conflicting files with: | |
git rebase --strategy-option theirs | |
# Alternatively, to accept the local version for all conflicting files, use: | |
git rebase --strategy-option ours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment