emacs-devel
[Top][All Lists]
Advanced

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

Re: Stash


From: Harald Hanche-Olsen
Subject: Re: Stash
Date: Sun, 05 Apr 2015 21:25:57 +0200
User-agent: Postbox 3.0.11 (Macintosh/20140602)

Paul Eggert wrote:
Richard Stallman wrote:
If your working copy of the source is in /home/rms/src/emacs and it is
in the master branch, you can do this:

cd /home/rms/src
git clone emacs emacs-new
cd emacs-new
git branch -m master master-old
git branch --track master origin/master
git checkout master
git pull

Won't that make the new repository push to the old one?
Then he will need to push twice, in separate repositories, to get stuff back on Savannah.

– Harald



reply via email to

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