misomip / isomip-plus

ISOMIP+
Creative Commons Zero v1.0 Universal
4 stars 11 forks source link

readme corrections #22

Open dgwyther opened 5 months ago

dgwyther commented 5 months ago

Small change: 1. If we fork the repository to our own account, then clone that down to a local directory, then the "origin" remote will point to our own github repo fork (not to the misomip/isomip-plus). So then when we add a fork called <> it is essentially duplicating the existing remote.

So the readme could be updated to reflect adding a remote that points to THIS repository (so that we can get the main repo changes).

2. Secondly, the instruction should be corrected to (noting replace / with : ): git remote add <<yourname>> git@github.com:<<your-githubname>>/isomip-plus.git

claireyung commented 5 months ago

Thanks @dgwyther !

I updated this, feel free to give more feedback if unclear (or if I'm using bad practice :) )