Skip to content

Commit

Permalink
Replace https with ssh links in Contributing Guide (#47)
Browse files Browse the repository at this point in the history
The https links don't always work anymore for pushing to GitHub
  • Loading branch information
arthursmacedo committed Mar 18, 2024
1 parent be7058e commit ae53e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -21,7 +21,7 @@ repository to grab a copy of the repository to your personal account.
Then you can clone your fork of the site to your personal computer so you can
edit the files. In a terminal, type:

git clone https://github.com/YOUR_USER_NAME/website.git
git clone git@github.com:YOUR_USER_NAME/website.git

This will create a `website` folder in the current directory holding the
website code.
Expand Down Expand Up @@ -49,7 +49,7 @@ sync with the original repository at
To update your local copy and fork, first you'll need to register the original
repository. In your local copy, run:

git remote add upstream https://github.com/compgeolab/website.git
git remote add upstream git@github.com:compgeolab/website.git

This will register the original repository as a source. Then run the following
to pull in changes from the original:
Expand Down

0 comments on commit ae53e56

Please sign in to comment.