Set the push default to "current", which should work everywhere

This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-16 15:54:12 +01:00
parent af19cccc83
commit 1af9075908

View 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.