Changes between Version 70 and Version 71 of FAQ


Ignore:
Timestamp:
Aug 4, 2011, 8:41:37 PM (13 years ago)
Author:
Peter Baumann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v70 v71  
    145145=== I want to submit a patch, how do I do this? ===
    146146
    147  1. Set your credentials:
     147 1. Set your credentials (ie, your name, YOUR_FULL_NAME, and email address, EMAIL):
    148148{{{
    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
    151151}}}
    152152 2. When you commit your changes to your local copy put a meaningful message: