diff options
author | Leif Johansson <leifj@sunet.se> | 2014-03-03 10:32:45 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2014-03-03 10:32:45 +0100 |
commit | 60e026c0b1b2e1440e0721e634cf7c803b8e5907 (patch) | |
tree | dc441df2449b254c0260e24155e1c0e9c68747c8 /docs | |
parent | 45e2a1c1defacb2034c877b71fcf50e961214e72 (diff) | |
parent | 2369e391d7418fdb8a402d403caf33608c86c70a (diff) |
Merge branch 'master' of git://github.com/leifj/multiverse into multiverse
Diffstat (limited to 'docs')
-rw-r--r-- | docs/cosmos-puppet-ops.mkd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/cosmos-puppet-ops.mkd b/docs/cosmos-puppet-ops.mkd index 023c52c..46ceb50 100644 --- a/docs/cosmos-puppet-ops.mkd +++ b/docs/cosmos-puppet-ops.mkd @@ -210,6 +210,14 @@ as 'ro'. The read-only remote is used by multiverse scripts during host bootstra # git remote add ro git://yourhost/myproj-cosmos.git ``` +Now edit .git/config and rename the 'master' branch to use the new 'origin' remote or +you'll try to push to the multiverse remote! Finally create a branch for the 'multiverse' +upstream so you can merge changes to multiverse: + +``` +# git checkout -b multiverse --track multiverse/master +``` + Note that you can maintain your repo on just about any git hosting platform, including github, gitorius or your own local setup as long as it supports read-only "git://" access to your repository. It is important that the remotes called 'origin' and 'ro' refer to |