I have a query regarding reverting an earlier commit which has been overridden by a future commit.
Consider a simple scenario - I have a commit history in which I have say 10 commits. My 3rd commit is for a change to file dummy.html on line 3,4,5 and my 5th commit is also for that dummy.html file on the same lines 3,4,5. It means 3rd commit's change is overridden by 5th commit change.
will there be any conflict in reverting 3rd commit?
Help will be appreciated.