Set the push default to "current", which should work everywhere
This commit is contained in:
parent
af19cccc83
commit
1af9075908
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue