[git-users] Re: git subtree pull

2014-10-29 Thread 罗宸
The same thing happens to me too, and the most voted answer here http://stackoverflow.com/questions/5904256/git-subtree-merge-into-a-deeply-nested-subdirectory helps me. Clarifying for future readers, the solution is in the comments of Chris Johnsen's response. If you're seeing the "fatal: en

Re: [git-users] Re: git subtree pull

2014-04-29 Thread Xi Shen
Hi both, Hope this post can help you http://stackoverflow.com/questions/5904256/git-subtree-merge-into-a-deeply-nested-subdirectory:) On Wed, Apr 30, 2014 at 2:09 AM, Daniel Gómez Rico < danielgomezr...@gmail.com> wrote: > The same thing happens to me. > > Em quarta-feira, 28 de agosto de 2013

[git-users] Re: git subtree pull

2014-04-29 Thread Daniel Gómez Rico
The same thing happens to me. Em quarta-feira, 28 de agosto de 2013 15h26min27s UTC-3, Jon Mullen escreveu: > > I have a repository named bar. I added a sub repository using the > following subtree command. > > git subtree add --squash -P foodir/ foo master > > I then pushed these changes to ba