File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ Fork the Matplotlib repository
25
25
==============================
26
26
27
27
Matplotlib is hosted at https://github.com/matplotlib/matplotlib.git. If you
28
- plan on solving issues or submit pull requests to the main Matplotlib
28
+ plan on solving issues or submitting pull requests to the main Matplotlib
29
29
repository, you should first *fork * this repository by visiting
30
30
https://github.com/matplotlib/matplotlib.git and clicking on the
31
- ``Fork `` button on the top right of the page (see
32
- `the GitHub documentation <https://docs.github.com/get-started/quickstart/fork-a-repo >`__ for more details.)
31
+ ``Fork `` :octicon: `repo-forked ` button on the top right of the page. See
32
+ `the GitHub documentation <https://docs.github.com/get-started/quickstart/fork-a-repo >`__
33
+ for more details.
33
34
34
35
Retrieve the latest version of the code
35
36
=======================================
Original file line number Diff line number Diff line change @@ -162,10 +162,10 @@ history clean.
162
162
163
163
You can achieve this by using
164
164
165
- .. code-block :: bash
165
+ .. code-block :: bash
166
166
167
- git commit -a --amend --no-edit
168
- git push [your-remote-repo] [your-branch] --force-with-lease
167
+ git commit -a --amend --no-edit
168
+ git push [your-remote-repo] [your-branch] --force-with-lease
169
169
170
170
171
171
Manage commit history
You can’t perform that action at this time.
0 commit comments