8000 gh-106259: add minimal help target to Makefile by smontanaro · Pull Request #106260 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-106259: add minimal help target to Makefile #106260

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
merged 17 commits into from
Mar 7, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
more detail about git clean
  • Loading branch information
smontanaro committed Feb 16, 2024
commit a9021fbd9c2750f708aa0abd68fda24a6a654719
5 changes: 3 additions & 2 deletions Doc/using/configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1374,9 +1374,10 @@ Linker flags

.. rubric:: Footnotes

.. [#] ``git clean -fdx`` removes all files not known to Git.
.. [#] ``git clean -fdx`` is an even more extreme way to "clean" your
checkout. It removes all files not known to Git.
When bug hunting using ``git bisect``, this is
`recommended between probes <https://github.com/python/cpython/issues/114505#issuecomment-1907021718>`_
to guarantee a completely clean build. **Use with care**, as it
will delete all files not checked into Git, including your
uncommitted work.
new, uncommitted work.
0