hi all
I have a git repository that contains a subdirectory (for example
subdir1) and I have a branch called subdir1-branch. Contents of
subdir1-branch correspond to subdir1.
I'm trying to use git-read-tree command :
git read-tree --prefix=myrepo/subdir1 -u subdir1-branch
but it fails with the following error :
error: Entry 'subdir1/blahblah.php' overlaps with 'subdir1/
blahblah.php'. Cannot bind
What is the problem ?
I have searched alot but couldn't find anything ...
Thanks in advance
Alenoosh
--
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.