Changes between Version 1 and Version 2 of how-to/puppet/checkout
- Timestamp:
- May 5, 2013, 1:12:00 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/puppet/checkout
v1 v2 1 1 = Checking out our puppet code = 2 2 3 For read-only access:3 For everyone, the initial checkout: 4 4 5 5 {{{ … … 7 7 }}} 8 8 9 For read/write access:9 For people with write access (support-team members) you should also do: 10 10 11 11 {{{ 12 git clone gitosis@git.mayfirst.org:mfpl/puppet 12 cd puppet 13 git config remote.origin.pushurl gitosis@git.mayfirst.org:mfpl/puppet 13 14 }}}