mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-06 05:29:42 +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
|