| com.atlassian.bitbucket.scm.git.command.add.GitAddBuilder |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Controls whether
--force is passed to git add. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.scm.CommandBuilderSupport
| |||||||||||
From interface
com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
| |||||||||||
Controls whether --force is passed to git add. When provided, --force overrides entries
from .gitignore, allowing ignored files to be added to the index and committed.
| value | true to use --force, overriding .gitignore; otherwise, false
to perform a "safe" git add |
|---|
this