emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] [emacs] 01/01: Set the push default to "current", which sh


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/01: Set the push default to "current", which should work everywhere
Date: Sun, 16 Nov 2014 14:54:19 +0000

larsi pushed a commit to branch master
in repository emacs.

commit 1af9075908ed922e13d6d5a6b4f51f093d79f7f1
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Sun Nov 16 15:54:12 2014 +0100

    Set the push default to "current", which should work everywhere
---
 admin/notes/git-workflow |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow
index 33ba39f..71ebd2a 100644
--- a/admin/notes/git-workflow
+++ b/admin/notes/git-workflow
@@ -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.



reply via email to

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