I'm writing a text file, its name "f2.txt". I did a commit for each line of the file. Its content would be:
l1
l2
l3
l4
In other words, it has four commits.
Each commit for each line.
So I tried to revert a commit. I get a conflict. Even tought I thought doing like that I wouldn´t get any conflict, cause it is a commit for each line. (Not the same line)
But yes, I do get conflict, even doing something simple like that.
What happens here?
Why I get conflict(s)?
Thanks.