[git-users] GIT cloning(or pull/push) doesn't work properly if you have a sub-folder with its own GIT repo.

2011-04-22 Thread siddii
mode 100644 ParentFile.txt --- # Now verify ParentGITRepo Child1Repo working independently $ cd ~/ParentGITRepo/ $ git log commit b31d0a5aef19c6b119d89718f560905ad0f34aa7 Author: Siddique Hameed siddii+...@gmail.com Date: Fri Apr 22 11:25:15 2011 -0500

[git-users] Re: GIT cloning(or pull/push) doesn't work properly if you have a sub-folder with its own GIT repo.

2011-04-25 Thread siddii
OK, I think I answered my own question now. I had to run git rm -- cached Child1Repo before adding it back as folder into the parent repo. It's all good now :) On Apr 25, 11:35 am, siddii sid...@gmail.com wrote:   Hi Joe,   Thanks for your response. As I mentioned earlier, I realize