emacs-devel
[Top][All Lists]
Advanced

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

Re: Stash


From: Paul Eggert
Subject: Re: Stash
Date: Sun, 05 Apr 2015 12:59:25 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Harald Hanche-Olsen wrote:
Won't that make the new repository push to the old one?

True, sorry, I left out a step, which is to change the remote with "git remote set-url". Here's a revised step list:

  cd /home/rms/src
  git clone emacs emacs-new
  cd emacs-new
  git branch -m master master-old
  git remote set-url origin address@hidden:/srv/git/emacs.git
  git branch --track master origin/master
  git checkout master
  git pull




reply via email to

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