Namespaces

Types in GitSharp.Commands

Type MvCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

bool DryRun get; set;

Not implemented Force renaming or moving of a file even if the target exists Skip move or rename actions which would lead to an error condition. An error happens when a source is neither existing nor controlled by GIT, or when it would overwrite an existing file unless '-f' is given. Do nothing; only show what would happen

bool Force get; set;

Not implemented Force renaming or moving of a file even if the target exists Skip move or rename actions which would lead to an error condition. An error happens when a source is neither existing nor controlled by GIT, or when it would overwrite an existing file unless '-f' is given. Do nothing; only show what would happen

string GitDirectory get; set;

bool K get; set;

Not implemented Force renaming or moving of a file even if the target exists Skip move or rename actions which would lead to an error condition. An error happens when a source is neither existing nor controlled by GIT, or when it would overwrite an existing file unless '-f' is given. Do nothing; only show what would happen

StreamWriter OutputStream get; set;

Repository Repository get; set;