projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af19ccc
)
Set the push default to "current", which should work everywhere
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Nov 2014 14:54:12 +0000
(15:54 +0100)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Nov 2014 14:54:12 +0000
(15:54 +0100)
admin/notes/git-workflow
patch
|
blob
|
history
diff --git
a/admin/notes/git-workflow
b/admin/notes/git-workflow
index 33ba39fbcd064438d2005c4b963fa2f6a97bcc34..71ebd2abc9602df73842a607d4dfa48a78791887 100644
(file)
--- 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.