]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: call out commands that nuke untracked files/directories
authorElijah Newren <newren@gmail.com>
Mon, 27 Sep 2021 16:33:48 +0000 (16:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Sep 2021 20:38:37 +0000 (13:38 -0700)
commit0e29222e0c2f68118cdd3412515539b74433b732
treecb22169e9bf6a07eb319409f74c1c15825f3e6cf
parent94b7f1563ace91af823125e5b8895cb24b2c0e4a
Documentation: call out commands that nuke untracked files/directories

Some commands have traditionally also removed untracked files (or
directories) that were in the way of a tracked file we needed.  Document
these cases.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-checkout.txt
Documentation/git-read-tree.txt
Documentation/git-reset.txt