emacs-devel
[Top][All Lists]
Advanced

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

Re: git flow for emacs master/emacs-25


From: Andreas Schwab
Subject: Re: git flow for emacs master/emacs-25
Date: Mon, 16 Nov 2015 09:20:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Stephen Leake <address@hidden> writes:

> I created a separate git workspace for emacs-25, via the following
> commands:
>
>     cd /Projects/emacs/master
>     git fetch
>     git branch emacs-25 origin/emacs-25
>     cd ..
>     git clone -b emacs-25 /Projects/emacs/master emacs-25
>     cd emacs-25
>
> This allows me to have both master and emacs-25 always checked out and
> compiled, and reduces disk space in the repositories, and the time it
> takes to update the repositories, and the load on savannah.

If you want to save disk space please take a look at git worktree.

Andreas.

-- 
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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