emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple checkout copies


From: Paul Eggert
Subject: Re: Multiple checkout copies
Date: Sun, 01 Feb 2015 13:43:44 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Richard Stallman wrote:
Using git, is there a way to check out copies of different branches in
parallel (in different directories) from the same clone of the
repository?

A popular way to do this is the shell command git-new-workdir, commonly located at /usr/share/doc/git/contrib/workdir/git-new-workdir.

I don't use it myself, as 'git clone' is plenty fast and avoids some problems when multiple branches trying to update the same repository. I suspect this is why git-new-workdir isn't in PATH by default.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]