Changes between Version 20 and Version 21 of HowToGit
- Timestamp:
- 05/18/19 08:52:54 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v20 v21 24 24 # ("origin" points to your fork repo) 25 25 git clone git@github.com:your_GH_account/grass.git 26 git remote add upstream https://github.com/OSGeo/grass.git 26 git remote add upstream git@github.com:OSGeo/grass.git 27 git remote -v 27 28 28 29 ~~# Or: ("origin" points to original repo: can be dangerous!)~~