You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will place the sources in a directory :file:`matplotlib` below your
40
-
current working directory, and set up the `upstream remote <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`__
41
-
to point to the Matplotlib main repository. Change into this directory before
42
-
continuing::
50
+
current working directory, set up the ``origin`` remote to point to your own
51
+
fork, and set up the ``upstream`` remote to point to the Matplotlib main
52
+
repository (see also `Managing remote repositories <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`__.)
53
+
Change into this directory before continuing::
43
54
44
55
cd matplotlib
45
56
46
57
.. note::
47
58
48
-
For more information on ``git`` and ``GitHub``, check the following resources.
59
+
For more information on ``git`` and ``GitHub``, check the following resources.
49
60
50
61
* `Git documentation <https://git-scm.com/doc>`_
51
62
* `Git-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project>`_
52
-
* `Introduction to GitHub <https://lab.github.com/githubtraining/introduction-to-github>`_
63
+
* `Introduction to GitHub <https://lab.github.com/githubtraining/introduction-to-github>`_
0 commit comments