Changes between Version 11 and Version 12 of how-to/roundcube-upgrade
- Timestamp:
- Oct 22, 2013, 5:27:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/roundcube-upgrade
v11 v12 15 15 cd roundcube 16 16 git remote add gmo git://git.mayfirst.org/mfpl/roundcube 17 git config remote.gmo.pushurl gitosis@git.mayfirst.org:mfpl/roundcube17 git config remote.gmo.pushurl ssh://gitosis@git.mayfirst.org/mfpl/roundcube 18 18 git remote update 19 19 }}} 20 20 * Now, checkout (and create a branch) for the mfpl branch of the gmo remote. 21 21 {{{ 22 0 jamie@animal:roundcube$ git checkout -b mfpl gmo/mfpl22 0 jamie@animal:roundcube$ git checkout -b mfpl-0.9 gmo/mfpl-0.9 23 23 Branch mfpl set up to track remote branch mfpl from gmo. 24 Switched to a new branch 'mfpl '24 Switched to a new branch 'mfpl-0.9' 25 25 0 jamie@animal:roundcube$ 26 26 }}}