From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel Subject: Re: Stash Date: Sun, 05 Apr 2015 21:25:57 +0200 Message-ID: <55218C45.4080702@math.ntnu.no> References: <55218191.1060602@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1428262022 23590 80.91.229.3 (5 Apr 2015 19:27:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 5 Apr 2015 19:27:02 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 05 21:26:56 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YeqC7-0005ds-Vc for ged-emacs-devel@m.gmane.org; Sun, 05 Apr 2015 21:26:56 +0200 Original-Received: from localhost ([::1]:37393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeqC7-0002jt-5B for ged-emacs-devel@m.gmane.org; Sun, 05 Apr 2015 15:26:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeqBo-0002hF-Ac for emacs-devel@gnu.org; Sun, 05 Apr 2015 15:26:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YeqBk-0002mp-AM for emacs-devel@gnu.org; Sun, 05 Apr 2015 15:26:36 -0400 Original-Received: from hylle06.itea.ntnu.no ([129.241.56.235]:42623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YeqBk-0002m5-05; Sun, 05 Apr 2015 15:26:32 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by hylle06.itea.ntnu.no (Postfix) with ESMTP id F165266ACA2; Sun, 5 Apr 2015 21:25:58 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hylle06.itea.ntnu.no Original-Received: from [IPv6:2001:4662:4ffb::9c03:cb99:4344:82bc] (unknown [IPv6:2001:4662:4ffb:0:9c03:cb99:4344:82bc]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanche) by hylle06.itea.ntnu.no (Postfix) with ESMTPSA id 8B3A166ABF9; Sun, 5 Apr 2015 21:25:58 +0200 (CEST) User-Agent: Postbox 3.0.11 (Macintosh/20140602) In-Reply-To: <55218191.1060602@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 129.241.56.235 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:184972 Archived-At: 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=20 back on Savannah. =E2=80=93 Harald