Skip to content

Commit

Permalink
Merge pull request matplotlib#27272 from meeseeksmachine/auto-backpor…
Browse files Browse the repository at this point in the history
…t-of-pr-27271-on-v3.8.x

Backport PR matplotlib#27271 on branch v3.8.x (DOC: minor fixes to dev workflow)
  • Loading branch information
rcomer authored Nov 6, 2023
2 parents 877dd3c + 966d7e4 commit 476c4bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions doc/devel/development_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ Fork the Matplotlib repository
==============================

Matplotlib is hosted at https://github.com/matplotlib/matplotlib.git. If you
plan on solving issues or submit pull requests to the main Matplotlib
plan on solving issues or submitting pull requests to the main Matplotlib
repository, you should first *fork* this repository by visiting
https://github.com/matplotlib/matplotlib.git and clicking on the
``Fork`` button on the top right of the page (see
`the GitHub documentation <https://docs.github.com/get-started/quickstart/fork-a-repo>`__ for more details.)
``Fork`` :octicon:`repo-forked` button on the top right of the page. See
`the GitHub documentation <https://docs.github.com/get-started/quickstart/fork-a-repo>`__
for more details.

Retrieve the latest version of the code
=======================================
Expand Down
6 changes: 3 additions & 3 deletions doc/devel/development_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ history clean.

You can achieve this by using

.. code-block:: bash
.. code-block:: bash
git commit -a --amend --no-edit
git push [your-remote-repo] [your-branch] --force-with-lease
git commit -a --amend --no-edit
git push [your-remote-repo] [your-branch] --force-with-lease
Manage commit history
Expand Down

0 comments on commit 476c4bc

Please sign in to comment.