Interface RmOptions

RmOptions defines the supported options for the Git rm command.

Hierarchy

  • RmOptions

Properties

--cached?: null

Unstages and removes paths only from the index.

--force?: null

Includes files with updated contents.

--ignore-unmatch?: null

Exits with a zero status if no files matched.

--quiet?: null

Suppresses normal output of one line (in the form of an rm command) for each file removed.

--sparse?: null

Updates index entries outside of the sparse-checkout cone.

-r?: null

Enables recursive removal when a leading directory name is given.