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.
Updated by Marc Dequènes over 8 years ago
- Status changed from New to In Progress
git config does not need =, which results in the value being set to =
Updated by Marc Dequènes over 8 years ago
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.
Updated by Pierre-Louis Bonicoli over 8 years ago
Branch updated, thanks for catching that !
Actions