Full Usage:
Rebase.rebaseOrFallbackOnMerge repositoryDir onTopOfBranch
Parameters:
repositoryDir
:
string
-
The git repository.
onTopOfBranch
:
string
-
The branch name to use for rebase
Returns:
bool
Tries to rebase on top of the given branch.
If the rebasing process fails a normal merge will be started.
Returns if the process used merge instead of rebase.