From: Lars Magne Ingebrigtsen Date: Sun, 16 Nov 2014 14:54:12 +0000 (+0100) Subject: Set the push default to "current", which should work everywhere X-Git-Tag: emacs-25.0.90~2635^2~452 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1af9075908ed922e13d6d5a6b4f51f093d79f7f1;p=emacs.git Set the push default to "current", which should work everywhere --- diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow index 33ba39fbcd0..71ebd2abc96 100644 --- a/admin/notes/git-workflow +++ b/admin/notes/git-workflow @@ -20,9 +20,11 @@ mkdir ~/emacs cd ~/emacs git clone @git.sv.gnu.org:/srv/git/emacs.git mv emacs trunk +(cd trunk; git config push.default current) ./trunk/admin/git-new-workdir trunk emacs-24 cd emacs-24 git checkout emacs-24 +git config push.default current You now have both branches conveniently accessible, and you can do "git pull" in them once in a while to keep updated.