- I have a method foo ^ 'vers1' - I defined a version 2 - I defined v3 First case - when I commit and if I apply revert changes - I lost all version Second case - I commit vers 3 - I changed foo to version 4 - I commit but I revert changes - I lost all the previous versions
First case
Second case