Merge pull request #2073 from kevin-keraudren/contributing_github_ssh_key

adding details about github SSH keys in contributing page
This commit is contained in:
Emmanuelle Gouillart
2016-05-10 23:35:03 +02:00
+9 -2
View File
@@ -13,9 +13,16 @@ Here's the long and short of it:
git clone git@github.com:your-username/scikit-image.git
* Add the upstream repository::
* Add the upstream repository:
git remote add upstream git@github.com:scikit-image/scikit-image.git
- If you have set up your `github SSH keys
<https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/>`_::
git remote add upstream git@github.com:scikit-image/scikit-image.git
- Otherwise::
git remote add upstream https://github.com/scikit-image/scikit-image.git
* Now, you have remote repositories named: