Applying: class has to be public Using index info to reconstruct a base tree... Falling back to patching base and 3-way merge... No changes -- Patch already applied.
Not only did I not have to resolve a conflict, but my now unecessary commit is just optimized away, which helps to keep history clean and understandable.
In addition to this I'm using git svn to interact with the company repo. So, even when svn is the backend, using git as an interface helps to avoid unecessary merge conflicts. I very much appreciate that in my daily work.
No comments:
Post a Comment