[git-users] Re: Moving repository

2009-09-09 Thread Jeffrey
For what it's worth, my approach to this is simply to put the repo in ~/.home.git and create an alias for 'git --git-dir="$HOME/.home.git"', wildcard ignore everything, then add back in a few things. I'd definitely think about something like this or Brett's version, since it's much more extensibl

[git-users] Re: Moving repository

2009-09-09 Thread Andrea Crotti
On 8 Set, 18:38, Brett Viren wrote: > I use a repository called "dot" that I clone to $HOME/.dot/ and then > run a script that will make a few symlinks from locations under > $HOME/.dot/... to $HOME/... as needed.  For example > ~/.dot/emacs/generic.el gets symlinked to ~/.emacs and the generic.e

[git-users] Re: Moving repository

2009-09-08 Thread Brett Viren
On Tue, Sep 8, 2009 at 8:44 AM, Andrea Crotti wrote: > > I have a git repository which is situated in $HOME. > The purpose was to store there all my more important configuration > files, but I have almost only my ".emacs.d" directory. I use a repository called "dot" that I clone to $HOME/.dot/ an