Changes between Version 19 and Version 20 of WorkingConventions/Git
- Timestamp:
- 01/04/12 18:15:45 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkingConventions/Git
v19 v20 26 26 27 27 {{{ 28 $ git config --global user.name "Firstname Lastname" Sets the name of the user for all git instances on the system28 $ git config --global user.name "Firstname Lastname" # Sets the name of the user for all git instances on the system 29 29 $ git config --global user.email "your_email@youremail.com" 30 30 }}}
