Package | Description |
---|---|
com.atlassian.bitbucket.scm.git.command.merge |
Modifier and Type | Method and Description |
---|---|
GitSquashMergeBuilder |
GitSquashMergeBuilder.ff(GitMergeFastForward value)
Sets the fast-forward mode to use when executing
git merge . |
GitSquashMergeBuilder |
GitMerge.squash()
Creates a builder which can be used to create a
command for running git merge
--squash , which will not produce a merge commit and, instead, will merge incoming changes into the work
tree and then exit. |
Copyright © 2019 Atlassian. All rights reserved.