Re: Working patterns

2013-10-23 Thread Junio C Hamano
wor...@alum.mit.edu (Dale R. Worley) writes: > It seems to me that the two sets of Git commands should be invokable > under the same circumstances, that there is a design specification as > to how Git can be invoked, and both implementations should match that. As far as I know, the design for any

Working patterns

2013-10-23 Thread Dale R. Worley
> The pattern I use is to have this: > > /repository/.git > with core.worktree = /working > /working/... > > then > > cd /repository > git add /working/x/y > git ... The point I'm trying to make is that it appears that all of the Git command