Namespaces

Types in Fake.Git

Type Merge

Namespace Fake.Git

Methods

Properties

Public static methods

MergeType compareBranches(string repositoryDir, string local, string remote)

Tests whether branches and their "origin" counterparts have diverged and need merging first.
Parameters
string repositoryDir

The path to the repository.

string local

The local branch name.

string remote

The remote branch name.

string getMergeMessage(string repositoryDir)

Gets the current merge message

void merge(string repositoryDir, string flags, string branch)

Performs a merge of the given branch with the current branch

Public properties

string FastForwardFlag get;

string NoFastForwardFlag get;