Namespaces
Fake
Fake.Git
Fake.MSBuild
Fake.SQL
FakeLib
Types in Fake.Git
Branches
CommandHelper
CommitMessage
FileStatus
Information
Merge
MergeType
Rebase
Repository
Reset
SanityChecks
SHA1
Staging
Stash
Submodule
Tags
Type
Rebase
Namespace
Fake.Git
Methods
abort
continueRebase
rebaseOrFallbackOnMerge
rollBackAndUseMerge
skip
start
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
skip
(
string
repositoryDir)
Restart the rebasing process by skipping the current patch.
void
start
(
string
repositoryDir,
string
onTopOfBranch)
Performs a rebase on top of the given branch with the current branch