Changes between Version 125 and Version 126 of FAQ
- Timestamp:
- Oct 20, 2016, 12:54:27 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v125 v126 327 327 1. Set your credentials (ie, your name, YOUR_FULL_NAME, and email address, EMAIL): 328 328 {{{ 329 $ git config user.name "YOUR_FULL_NAME"330 $ git config user.email EMAIL329 $ git config --global user.name "YOUR_FULL_NAME" 330 $ git config --global user.email EMAIL 331 331 }}} 332 332 1. rasdaman must be configured and compiled with `--enable-strict` to make sure that your patch doesn't introduce new warnings.