Namespaces

Types in Fake.Git

Type Rebase

Namespace Fake.Git

Methods

Public static methods

void abort(string repositoryDir)

Restore the original branch and abort the rebase operation.

void continueRebase(string repositoryDir)

Restart the rebasing process after having resolved a merge conflict.

bool rebaseOrFallbackOnMerge(string repositoryDir, string onTopOfBranch)

Tries to rebase on top of the given branch. If the rebasing process fails a normal merge will be started.
Return
bool

If the process used merge instead of rebase.

bool rollBackAndUseMerge(string repositoryDir, string onTopOfBranch)

void start(string repositoryDir, string onTopOfBranch)

Performs a rebase on top of the given branch with the current branch