Changes between Version 3 and Version 4 of UsingGit
- Timestamp:
- 12/01/10 18:52:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsingGit
v3 v4 13 13 {{{ 14 14 git config --global user.name "Your Name" 15 git config --global user.email you@ mythtv.org15 git config --global user.email you@example.com 16 16 }}} 17 17 … … 19 19 20 20 {{{ 21 cd /path/to/mythtv-git/ 21 22 git config user.name "Your Name" 22 git config user.email you@ mythtv.org23 git config user.email you@example.com 23 24 }}} 24 25
