Interface InitGitOptions

InitGitOptions defines the supported options for the Git init command.

Hierarchy

  • InitGitOptions

Properties

--bare?: null

Creates a bare repository.

--initial-branch?: string

Uses the specified name for the initial branch.

--quiet?: null

Suppresses all output except error and warning messages.

--separate-git-dir?: string

Separates the repository from working tree.

--shared?: null | string

Specifies the Git repository is to be shared amongst several users.

--template?: string

Specifies the directory from which templates will be used.