| com.atlassian.bitbucket.scm.git.command.init.GitInitBuilder |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Specifies the directory which should be initialized for use as a Git repository.
| |||||||||||
Specifies the directory which should be initialized for use as a Git repository.
| |||||||||||
Sets the
--template path to be used when initializing the repository on disk. | |||||||||||
Sets the
--template path to be used when initializing the repository on disk. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.scm.CommandBuilderSupport
| |||||||||||
From interface
com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
| |||||||||||
Specifies the directory which should be initialized for use as a Git repository. The directory
may exist already, but if it doesn't it will be created by git init.
| value | the new repository's location on disk |
|---|
thisSpecifies the directory which should be initialized for use as a Git repository. The directory
may exist already, but if it doesn't it will be created by git init.
| value | the new repository's location on disk |
|---|
this
Sets the --template path to be used when initializing the repository on disk. The Git
distribution includes its own template, which can be overridden by using this flag.
| value | the --template path, or null to clear the flag |
|---|
thisSets the --template path to be used when initializing the repository on disk. The Git
distribution includes its own template, which can be overridden by using this flag.
| value | the --template path, or null to clear the flag |
|---|
this