Skip to content

Backport PR #27271 on branch v3.8.1-doc (DOC: minor fixes to dev workflow) #27273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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