When I have a merge conflict like:
<<<<<<< HEAD
some code
=======
other code
>>>>>>> branch-name
is there a way to see date of last commit that affected some code
and date of other commit that last affected other code
?
When I have a merge conflict like:
<<<<<<< HEAD
some code
=======
other code
>>>>>>> branch-name
is there a way to see date of last commit that affected some code
and date of other commit that last affected other code
?