Changes between Version 8 and Version 9 of HowToGit
- Timestamp:
- 05/18/19 04:23:20 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v8 v9 6 6 7 7 Important changes: 8 * committing to "master" (former "trunk") is a no-go and disabled9 * hence: you will open a pull request for a change, even being a core developer8 * direct committing to "master" (former "trunk") is a no-go and disabled 9 * hence: you will create a feature branch and open a pull request for a change 10 10 * Rationale: pull requests are the perfect platform to discuss/improve changes before merging. 11 * also applies to core developers (to be discussed) 11 12 12 13 If you are a core developer: 13 * the core devs don't go though forks, but create feature branch(es) for changes 14 * the core devs don't go though forks, but create feature branch(es) for changes (to be discussed, see GDAL Contributing.md with forks for all) 14 15 15 16 If you are an "external" contributor: