Interface MvOptions

MvOptions defines the supported options for the Git mv command.

Hierarchy

  • MvOptions

Properties

Properties

--force?: null

Forces renaming or moving of a file even if the target exists.

--verbose?: null

Reports the names of files as they are moved.

-k?: null

Skips move or rename actions which would lead to an error condition.