Hi,
On Sun, 1 Oct 2006, Matt McCutchen wrote:
On 10/1/06, Johannes Schindelin [off-list ref] wrote:
quoted
A better method is to use a local clone:
git-clone --local --shared A B
Such a clone will be very fast, and cheap, because it sets up links (not
just symbolic links, but links that git understands).
But that gives me two separate repositories, so I have to push and
pull to keep them in sync, which is a pain.
So you want the commits to show in A, too? I propose using a hook for
that.
The fact is, your setup is fragile, and I think that is hard to fix if you
do not make A and B git repositories in their own right.
Hth,
Dscho