Namespaces

Types in GitSharp.Commands

Type RmCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool Cached get; set;

Not implemented Use this option to unstage and remove paths only from the index. Working tree files, whether modified or not, will be left alone.

bool DryRun get; set;

Not implemented Don't actually remove any file(s). Instead, just show if they exist in the index and would otherwise be removed by the command.

bool Force get; set;

Not implemented Override the up-to-date check.

string GitDirectory get; set;

bool IgnoreUnmatch get; set;

Not implemented Exit with a zero status even if no files matched.

StreamWriter OutputStream get; set;

bool Quiet get; set;

Not implemented 'git-rm' normally outputs one line (in the form of an "rm" command) for each file removed. This option suppresses that output.

bool R get; set;

Not implemented Allow recursive removal when a leading directory name is given.

Repository Repository get; set;