Changes between Version 125 and Version 126 of FAQ


Ignore:
Timestamp:
Oct 20, 2016, 12:54:27 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v125 v126  
    327327 1. Set your credentials (ie, your name, YOUR_FULL_NAME, and email address, EMAIL):
    328328{{{
    329 $ git config user.name "YOUR_FULL_NAME"
    330 $ git config user.email EMAIL
     329$ git config --global user.name "YOUR_FULL_NAME"
     330$ git config --global user.email EMAIL
    331331}}}
    332332 1. rasdaman must be configured and compiled with `--enable-strict` to make sure that your patch doesn't introduce new warnings.