Changes between Version 21 and Version 22 of HowToGit


Ignore:
Timestamp:
May 18, 2019, 9:15:49 AM (5 years ago)
Author:
neteler
Comment:

fix comment

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v21 v22  
    5555git commit -m 'my change with reasonable explanation...'
    5656
    57 # push feature branch to origin, i.e. original GRASS GIS repo master
     57# push feature branch to origin, i.e. your fork of the OSGeo/grass repo
    5858git push origin $feature_branch_name
    59 # create pull request in GitHub Web interface (the link is shown in
    60 the terminal)
     59# create pull request in GitHub Web interface (the link is then shown in the terminal)
    6160
    6261# during PR review phase, make more local changes if needed