mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
5 lines
222 B
Plaintext
5 lines
222 B
Plaintext
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 |