Namespaces

Types in GitSharp.Commands

Type SymbolicRefCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Properties

Public properties

string ActualDirectory get;

List<string> Arguments get; set;

string GitDirectory get; set;

string M get; set;

Not implemented Update the reflog for with . This is valid only when creating or updating a symbolic ref.

StreamWriter OutputStream get; set;

bool Quiet get; set;

Not implemented Do not issue an error message if the is not a symbolic ref but a detached HEAD; instead exit with non-zero status silently.

Repository Repository get; set;