Namespaces

Types in GitSharp.Commands

Type PushCommand

Namespace GitSharp.Commands

Parent AbstractCommand

Methods

Properties

Public instance methods

void AddAll()

Add all untracked files to the index and stage all changes (like git add .)

void AddTags()

Public properties

string ActualDirectory get;

bool DryRun get; set;

bool Force get; set;

string GitDirectory get; set;

StreamWriter OutputStream get; set;

ProgressMonitor ProgressMonitor get; set;

string ReceivePack get; set;

List<RefSpec> RefSpecs get; set;

string Remote get; set;

Repository Repository get; set;

PushResult Result get; set;

bool Thin get; set;

bool Verbose get; set;