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
Copy file name to clipboardExpand all lines: doc/devel/development_setup.rst
+20-4Lines changed: 20 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,29 @@ should replace ``<your-username>`` with your GitHub username):
59
59
60
60
61
61
This will place the sources in a directory :file:`matplotlib` below your
62
-
current working directory, set up the ``origin`` remote to point to your own
63
-
fork, and set up the ``upstream`` remote to point to the Matplotlib main
64
-
repository (see also `Managing remote repositories <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories>`__.)
65
-
Change into this directory before continuing::
62
+
current working directory and set up the ``origin`` remote to point to your own
63
+
fork. Change into this directory before continuing::
66
64
67
65
cd matplotlib
68
66
67
+
Now set up the ``upstream`` remote to point to the Matplotlib main repository,
68
+
so that you can access the latest changes there (see also `Managing remote repositories
0 commit comments