Changes between Version 26 and Version 27 of HowToGit


Ignore:
Timestamp:
05/18/19 10:54:18 (6 years ago)
Author:
martinl
Comment:

Reverted to version 26.

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v26 v27  
    2525# ("origin" points to your fork repo)
    2626git clone git@github.com:your_GH_account/grass.git
     27
     28cd grass/
    2729git remote add upstream git@github.com:OSGeo/grass.git
    2830git remote -v
     
    3133~~git clone git@github.com:OSGeo/grass.git~~
    3234~~git remote add your_GH_account git@github.com:your_GH_account/grass.git~~
    33 
    34 
    35 # then
    36 cd grass/
    3735}}}
    3836