mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 05:52:49 +08:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user