Changes between Version 26 and Version 27 of HowToGit
- Timestamp:
- 05/18/19 10:54:18 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v26 v27 25 25 # ("origin" points to your fork repo) 26 26 git clone git@github.com:your_GH_account/grass.git 27 28 cd grass/ 27 29 git remote add upstream git@github.com:OSGeo/grass.git 28 30 git remote -v … … 31 33 ~~git clone git@github.com:OSGeo/grass.git~~ 32 34 ~~git remote add your_GH_account git@github.com:your_GH_account/grass.git~~ 33 34 35 # then36 cd grass/37 35 }}} 38 36