C# Class SourceControl.Git.git_scm

Just keeping in update remote branch, other braches ignored, things to be remote branch always newer and local changes not relevant
Inheritance: SCM
Exibir arquivo Open project: skipme/TaskMQ

Public Methods

Method Description
Clone ( ) : bool
Fetch ( ) : bool
UpdateStatus ( ) : void
git_scm ( string localRepositoryPath, string cloneUri ) : System

Private Methods

Method Description
CheckLocalCopy ( ) : bool
CheckoutRemoteBranch ( Repository rep ) : Branch
GetRemoteBranch ( Repository rep ) : Branch
GetRemoteBranchName ( Repository rep ) : string

Method Details

Clone() public method

public Clone ( ) : bool
return bool

Fetch() public method

public Fetch ( ) : bool
return bool

UpdateStatus() public method

public UpdateStatus ( ) : void
return void

git_scm() public method

public git_scm ( string localRepositoryPath, string cloneUri ) : System
localRepositoryPath string
cloneUri string
return System