Re: I don't want the .git directory next to my code.
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:44:05
Johannes Schindelin [off-list ref] writes:
Hi, On Wed, 16 Jan 2008, Matthieu Moy wrote:quoted
Mike [off-list ref] writes:quoted
I'm learning git and I'm really annoyed that the .git directory lives in the same directory as my code. I don't want it there for three reasons:The idea was discussed here, mostly under the name "gitlink".It goes by "git worktree";
Any pointer to some doc? My git doesn't have a "worktree" command.
has nothing to do with gitlink (which has something to do with submodules).
We may not be talking about the same gitlink then. The one I'm refering to is "Lightweight Checkout Otherwise known as the .gitlink idea." on http://git.or.cz/gitwiki/SoC2007Ideas for example. -- Matthieu