Changes between Version 4 and Version 5 of UsingGit
- Timestamp:
- 12/01/10 18:56:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v4 v5 3 3 You will need to create a github account, and link your @mythtv.org email address to it (if a MythTV developer). If you aren't a part of the development team, you can still create a github account and fork the repository into your account, giving pull requests later to get your changes incorporated. 4 4 5 For commit access, you will need: 6 5 7 {{{ 6 8 git clone git@github.com:MythTV/mythtv.git 9 }}} 10 11 12 For read-only access, use: 13 14 {{{ 15 git clone git://github.com/MythTV/mythtv.git 7 16 }}} 8 17
