Re: [git-users] Maintaining two loosely coupled repositories

2014-05-04 Thread Felipe Contreras
On Sat, May 3, 2014 at 6:41 AM, Jason Curl jcur...@gmail.com wrote: On Sat, May 3, 2014 at 1:11 PM, Felipe Contreras felipe.contre...@gmail.com wrote: I often do something similar. I think the easiest is to export GIT_DIR to the repository you want to update, and then change directory where

[git-users] Maintaining two loosely coupled repositories

2014-05-03 Thread Jason Curl
I have two repositories, one local, another one published (e.g. on CodePlex). The local repository is a large codebase and forms part of a framework, the published repository is a subset only contains about 5%. For the files that differ, they do so in a minor way (comments, namespaces, etc.).

Re: [git-users] Maintaining two loosely coupled repositories

2014-05-03 Thread Felipe Contreras
On Sat, May 3, 2014 at 5:52 AM, Jason Curl jcur...@googlemail.com wrote: I have two repositories, one local, another one published (e.g. on CodePlex). The local repository is a large codebase and forms part of a framework, the published repository is a subset only contains about 5%. For the