Changes between Version 52 and Version 53 of HowToGit


Ignore:
Timestamp:
Jun 3, 2019, 12:50:37 PM (5 years ago)
Author:
neteler
Comment:

cosmetics

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v52 v53  
    1616 * fork the GRASS GIS repository, and create feature branch(es) with the changes, and suggest your changes as pull requests.
    1717
    18 === Workflow for core grass repository ===
     18=== Workflow for core GRASS GIS git repository ===
    1919
    2020'''- to be discussed -'''
    2121
     22==== Preparation: cloning the repo ====
     23
    2224First [https://github.com/OSGeo/grass fork the GRASS GIS repo] in the !GitHub UI to `your_GH_account`. This is the same as what !GitHub documentation suggests. See: [https://help.github.com/en/articles/fork-a-repo Fork a repo] and [https://help.github.com/en/articles/syncing-a-fork Syncing a fork] in !GitHub help.
    2325
    2426Note: add SSH key, see [https://help.github.com/en/articles/connecting-to-github-with-ssh GitHub documentation].
    2527
    26 One time only:
    2728{{{
    2829# "origin" points to your fork repo - IMPORTANT
     
    4142}}}
    4243
    43 Working with git:
     44==== Working with git ====
     45
     46Note: this requires the "remotes" to be set as shown above.
     47
    4448{{{
    4549# <make local source code changes>