I have two branch, very very long wasnt merged.
And have alot of conflicts.
Mostly conflicts CONFLICT (add/add).
Is it possible (which git command? ) say use for this subdir left side,
for other dir right side.
for examle
branchA
->dir1
->->a
->->b
->->c
->->f
->dir2
->->a
->->b
->->c
->->x
branchB
->dir1
->->a
->->b
->->c
->->g
->dir2
->->a
->->b
->->c
->->z
after merge branchB into branchA i have:
both added: dir1/a
i want forget about all files branchB/dir1 and revert my mergebranch to
branchA/dir1, and the same but vice verca with dir2, i want have dir2
from branchB
which command help me "revert" ?
--
You received this message because you are subscribed to the Google Groups "Git for
human beings" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/git-users?hl=en.