Changes between Version 11 and Version 12 of HowToGit


Ignore:
Timestamp:
May 18, 2019, 7:07:12 AM (5 years ago)
Author:
neteler
Comment:

we always fork

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v11 v12  
    1111   * also applies to core developers (to be discussed)
    1212
    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)
     13Workflow
     14 * fork the GRASS GIS repository, and create feature branch(es) with the changes, and suggest your changes as pull requests.
    1515
    16 If you are an "external" contributor:
    17  * you may fork the GRASS GIS repository and suggest your changes as pull requests.
     16Fork OSGeo/gdal from github UI, and then
    1817
    1918=== Workflow for core developers ===
    2019
    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)~~
    2221
     22First fork in the !GitHub UI.
     23
     24Then:
    2325{{{
    2426git clone https://github.com/OSGeo/grass