Git clean: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= =Overview= Removes untracked files from the working tree: git clean [-f] <file|dir>")
 
No edit summary
Line 1: Line 1:
=Internal=
=Internal=
* [[Git_Commands#Local_Repository_Manipulation|Git Commands]]


=Overview=
=Overview=

Revision as of 01:07, 30 July 2019

Internal

Overview

Removes untracked files from the working tree:

git clean [-f] <file|dir>