Changes between Version 1 and Version 2 of UsingGitForDevelopment
- Timestamp:
- 07/06/13 07:52:38 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGitForDevelopment
v1 v2 36 36 * Checkout source from Puzzlebox repository 37 37 {{{ 38 git clone ssh://<username>@puzzlebox.info/repo/orbit38 git clone git://puzzlebox.info/orbit 39 39 }}} 40 40 … … 81 81 git push 82 82 }}} 83 84 == Submitting New Code and Patches == 85 86 If you have a patch to submit we would request that you first send it to us directly as we'd like to moderate what goes into the repository for a period of time per each new developer. If all goes well we'll set you up with a user account that has direct write access.