Is there any way of simulating a git merge between two branches (current working branch and the master), but without making any changes?
I often have conflicts when I have to make a git merge. Is there any way of simulating the merge first?
|
|
|
I don't think there is a way of simulating what will happen until you try the merge. However, if you make sure that the output of
|
|||||||
|
|
You can use If you definitely don't want to finalize the merge, even if it's a fast-forward (and thus has no conflicts, by definition), you could add |
|||||||||||
|