Changes between Version 34 and Version 35 of HowToGit


Ignore:
Timestamp:
May 22, 2019, 12:54:55 PM (5 years ago)
Author:
neteler
Comment:

cosmetics

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v34 v35  
    116116
    117117{{{
     118# assuming that "upstream" points to OSGeo/grass
    118119git fetch upstream
    119120git rebase upstream/master
    120121}}}
    121122
     123Now do your changes and commit and push them (ideally to a feature branch, see above).
    122124== Review of pull requests ==
    123125