Changes between Version 73 and Version 74 of HowToGit


Ignore:
Timestamp:
Aug 31, 2019, 12:51:54 AM (5 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v73 v74  
    4141}}}
    4242
     43Similarly for GRASS Addons repository:
     44
     45{{{
     46git clone git@github.com:your_GH_account/grass-addons.git
     47cd grass-addons/
     48git remote add upstream git@github.com:OSGeo/grass-addons.git
     49}}}
    4350==== Working with git ====
    4451