diff options
Diffstat (limited to 'admin/notes/git-workflow')
| -rw-r--r-- | 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 33ba39fbcd0..71ebd2abc96 100644 --- a/admin/notes/git-workflow +++ b/admin/notes/git-workflow | |||
| @@ -20,9 +20,11 @@ mkdir ~/emacs | |||
| 20 | cd ~/emacs | 20 | cd ~/emacs |
| 21 | git clone <membername>@git.sv.gnu.org:/srv/git/emacs.git | 21 | git clone <membername>@git.sv.gnu.org:/srv/git/emacs.git |
| 22 | mv emacs trunk | 22 | mv emacs trunk |
| 23 | (cd trunk; git config push.default current) | ||
| 23 | ./trunk/admin/git-new-workdir trunk emacs-24 | 24 | ./trunk/admin/git-new-workdir trunk emacs-24 |
| 24 | cd emacs-24 | 25 | cd emacs-24 |
| 25 | git checkout emacs-24 | 26 | git checkout emacs-24 |
| 27 | git config push.default current | ||
| 26 | 28 | ||
| 27 | You now have both branches conveniently accessible, and you can do | 29 | You now have both branches conveniently accessible, and you can do |
| 28 | "git pull" in them once in a while to keep updated. | 30 | "git pull" in them once in a while to keep updated. |