I'm merging in a remote branch that may have a lot of conflicts. How can I tell if it will have conflicts or not?
I don't see anything like a --dry-run on git-merge.
|
|
|
|
|
|
|
As noted previously, pass in the
This will allow you to examine/undo the merge, even if it is a fast-forward merge. |
||
|
|
|
|
Undoing a merge with git is so easy you shouldn't even worry about the dry run:
|
||
|
|
|
Read the man page more carefully?
|
||||||
|