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
Afficher le fichier Open project: skipme/TaskMQ

Méthodes publiques

Méthode Description
Clone ( ) : bool
Fetch ( ) : bool
UpdateStatus ( ) : void
git_scm ( string localRepositoryPath, string cloneUri ) : System

Private Methods

Méthode Description
CheckLocalCopy ( ) : bool
CheckoutRemoteBranch ( Repository rep ) : Branch
GetRemoteBranch ( Repository rep ) : Branch
GetRemoteBranchName ( Repository rep ) : string

Method Details

Clone() public méthode

public Clone ( ) : bool
Résultat bool

Fetch() public méthode

public Fetch ( ) : bool
Résultat bool

UpdateStatus() public méthode

public UpdateStatus ( ) : void
Résultat void

git_scm() public méthode

public git_scm ( string localRepositoryPath, string cloneUri ) : System
localRepositoryPath string
cloneUri string
Résultat System