dvcs - EGit: what problems will I run into because there's no Recursive Merge available? -


i've been looking using egit eclipse. apparently it's based on jgit not complete implementation of git - no recursive merge functionality.

if i'm understanding ramifications, means there issues criss-cross merges , file renaming.

but issues like? / how painful work-arounds?

the recursive merge strategy default since egit 3.0 (see bug 380314).


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -