]> git.eshelyaron.com Git - emacs.git/commitdiff
Set the push default to "current", which should work everywhere
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 14:54:12 +0000 (15:54 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 14:54:12 +0000 (15:54 +0100)
admin/notes/git-workflow

index 33ba39fbcd064438d2005c4b963fa2f6a97bcc34..71ebd2abc9602df73842a607d4dfa48a78791887 100644 (file)
@@ -20,9 +20,11 @@ mkdir ~/emacs
 cd ~/emacs
 git clone <membername>@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.