Actions
Review #530
closedreview repository_usage
Start date:
2017-04-21
Branch:
repository_usage
Description
This branch add a README file which contains mandatory Git options and switch.
Actions
Added by Pierre-Louis Bonicoli over 8 years ago. Updated over 8 years ago.
Description
This branch add a README file which contains mandatory Git options and switch.
git config does not need =, which results in the value being set to =
Setting merge ff to false also affect pull, so you cannot just pull the current branch to update it and it's boring. Fortunately it is possible to also set merge option for the pull section, and I would advise to set it to only.
Branch updated, thanks for catching that !