@@ -81,21 +81,24 @@ Now set the remote name ``upstream`` to point to the Matplotlib main repository:
81
81
git remote add upstream [email protected] :matplotlib/matplotlib.git
82
82
83
83
You can now use ``upstream `` to retrieve the most current snapshot of the source
84
- code, as described in :ref: `development-workflow `. See also `Managing remote repositories
85
- <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories> `__.
84
+ code, as described in :ref: `development-workflow `.
86
85
87
- .. note ::
86
+ .. dropdown :: Additional ``git`` and ``GitHub`` resources
87
+ :color: info
88
+ :open:
88
89
89
- For more information on ``git `` and ``GitHub ``, check the following resources.
90
+ For more information on ``git `` and ``GitHub ``, see:
91
+
92
+ * `Git documentation <https://git-scm.com/doc >`_
93
+ * `GitHub-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`_
94
+ * `GitHub Skills <https://skills.github.com/ >`_
95
+ * :ref: `using-git `
96
+ * :ref: `git-resources `
97
+ * `Installing git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git >`_
98
+ * `Managing remote repositories <https://docs.github.com/en/get-started/getting-started-with-git/managing-remote-repositories >`_
99
+ * https://tacaswell.github.io/think-like-git.html
100
+ * https://tom.preston-werner.com/2009/05/19/the-git-parable.html
90
101
91
- * `Git documentation <https://git-scm.com/doc >`_
92
- * `GitHub-Contributing to a Project <https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project >`_
93
- * `GitHub Skills <https://skills.github.com/ >`_
94
- * :ref: `using-git `
95
- * :ref: `git-resources `
96
- * `Installing git <https://git-scm.com/book/en/v2/Getting-Started-Installing-Git >`_
97
- * https://tacaswell.github.io/think-like-git.html
98
- * https://tom.preston-werner.com/2009/05/19/the-git-parable.html
99
102
100
103
.. _dev-environment :
101
104
0 commit comments