Changes between Version 11 and Version 12 of HowToGit
- Timestamp:
- 05/18/19 07:07:12 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v11 v12 11 11 * also applies to core developers (to be discussed) 12 12 13 If you are a core developer: 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)13 Workflow 14 * fork the GRASS GIS repository, and create feature branch(es) with the changes, and suggest your changes as pull requests. 15 15 16 If you are an "external" contributor: 17 * you may fork the GRASS GIS repository and suggest your changes as pull requests. 16 Fork OSGeo/gdal from github UI, and then 18 17 19 18 === Workflow for core developers === 20 19 21 Here no fork needed but create feature branch(es) on master (to be discussed; GDAL always forks) 20 ~~Here no fork needed but create feature branch(es) on master (to be discussed; GDAL always forks)~~ 22 21 22 First fork in the !GitHub UI. 23 24 Then: 23 25 {{{ 24 26 git clone https://github.com/OSGeo/grass