Changes between Version 20 and Version 21 of HowToGit


Ignore:
Timestamp:
May 18, 2019, 8:52:54 AM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v20 v21  
    2424# ("origin" points to your fork repo)
    2525git clone git@github.com:your_GH_account/grass.git
    26 git remote add upstream https://github.com/OSGeo/grass.git
     26git remote add upstream git@github.com:OSGeo/grass.git
     27git remote -v
    2728
    2829~~# Or: ("origin" points to original repo: can be dangerous!)~~