Changes between Version 70 and Version 71 of FAQ
- Timestamp:
- Aug 4, 2011, 8:41:37 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v70 v71 145 145 === I want to submit a patch, how do I do this? === 146 146 147 1. Set your credentials :147 1. Set your credentials (ie, your name, YOUR_FULL_NAME, and email address, EMAIL): 148 148 {{{ 149 $ git config user.name " Konstantin Kozlov"150 $ git config user.email ...149 $ git config user.name "YOUR_FULL_NAME" 150 $ git config user.email EMAIL 151 151 }}} 152 152 2. When you commit your changes to your local copy put a meaningful message: