Skip to main content
Sign in
Snippets Groups Projects
Commit 4b23b5d1 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'mr/doc-clean-f-f' into maint

Documentation update.

* mr/doc-clean-f-f:
  Documentation/git-clean.txt: document that -f may need to be given twice
parents 113bc160 bcd57cb9
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,12 @@ OPTIONS ...@@ -34,8 +34,12 @@ OPTIONS
-f:: -f::
--force:: --force::
If the Git configuration variable clean.requireForce is not set If the Git configuration variable clean.requireForce is not set
to false, 'git clean' will refuse to run unless given -f, -n or to false, 'git clean' will refuse to delete files or directories
-i. unless given -f, -n or -i. Git will refuse to delete directories
with .git sub directory or file unless a second -f
is given. This affects also git submodules where the storage area
of the removed submodule under .git/modules/ is not removed until
-f is given twice.
-i:: -i::
--interactive:: --interactive::
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment