Created
September 10, 2024 21:01
-
-
Save JustLinuxUser/ec18a561c3415b4a0f74761bfcb49a91 to your computer and use it in GitHub Desktop.
This file contains 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
What to do when you have a Cargo.lock merge conflict? | |
1. `git checkout origin/main -- Cargo.lock` to get the original Cargo.lock | |
2. `cargo build` to update Cargo.lock | |
3. `git add Cargo.lock` | |
4. continue the merge as normal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment