Skip to content

Commit

Permalink
no -s theirs option, only -X theirs
Browse files Browse the repository at this point in the history
link to SO answer that outlines this and why it is
  • Loading branch information
tomeichlersmith authored May 14, 2024
1 parent 8e3268b commit 0026b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transition-to-ldmx-sw-v4.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ branch must first be "aligned" with this version of ldmx-sw.
# make sure you have access to the tags of ldmx-sw
git fetch --tags
# merge the v3.4.0 tag into your branch
git merge -s theirs v3.4.0
# https://stackoverflow.com/a/3364506
git merge -X theirs v3.4.0
# check that the resulting diff contains your changes
git diff v3.4.0
```
Expand Down

0 comments on commit 0026b8c

Please sign in to comment.