[git-users] git checkout in a subdirectory

2011-04-04 Thread alenoosh
t checkout git-branch --- git checkout causes my whole git-repo to be replaced by contents of git-branch ... How can I solve this problem ? I've checked all 'git checkout' options but couldn't find anything ..

[git-users] git read-tree failure

2011-04-04 Thread alenoosh
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 yo

[git-users] Re: git read-tree failure

2011-04-05 Thread alenoosh
Thank you for your help ... Since this time my problem was the failure of git-read-tree I decided to put it in a new post ... I had reached the conclusion to use git-read-tree instead of git- submodule according to "6.7 Subtree Merging" section in "Pro Git" book. I'm so sorry if that was against