"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "b65eb377ddbb3e76f31d34e1327d0698d832a858"
Commit 9b4fb2fb authored by aymenwah's avatar aymenwah Committed by Quan (Andy) Gan
Browse files

[Doc]Fix 'git remote' command in contribution doc (#470)

* fix docs remote instead of remove

* Update CONTRIBUTORS.md
parent 5d494c62
...@@ -21,3 +21,4 @@ Other improvement ...@@ -21,3 +21,4 @@ Other improvement
* [@giuseppefutia](https://github.com/giuseppefutia) * [@giuseppefutia](https://github.com/giuseppefutia)
* [@mori97](https://github.com/mori97) * [@mori97](https://github.com/mori97)
* Hao Jin * Hao Jin
* [@aymenwah](https://github.com/aymenwah)
...@@ -43,7 +43,7 @@ Setup the upstream to the DGL official repository: ...@@ -43,7 +43,7 @@ Setup the upstream to the DGL official repository:
git remote add upstream https://github.com/dmlc/dgl.git git remote add upstream https://github.com/dmlc/dgl.git
You could verify the remote setting by typing ``git remove -v``: You could verify the remote setting by typing ``git remote -v``:
.. code-block:: bash .. code-block:: bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment