Git cherry-pick
Git cherry-pick
After switching to the master, use the cherry-pick command to take out the submission of "adding commit instructions", and then add it to the master.
1 |
|
If a conflict occurs, please open sample.txt, modify the conflicting part and then submit.
What's the simplest way to list conflicted files in Git?
1 |
|
Resolve easy/obvious conflicts
1 |
|
1 |
|
Git cherry-pick
https://waipangsze.github.io/2023/05/07/Git-cherry-pick/