File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 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
2525==============================
2626
2727Matplotlib 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
2929repository, you should first *fork * this repository by visiting
3030https://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.
3334
3435Retrieve the latest version of the code
3536=======================================
Original file line number Diff line number Diff line change @@ -162,10 +162,10 @@ history clean.
162162
163163You can achieve this by using
164164
165- .. code-block :: bash
165+ .. code-block :: bash
166166
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
169169
170170
171171 Manage commit history
You can’t perform that action at this time.
0 commit comments