Skip to contents

Initializes a new Git repository in the current directory.

Usage

git_init_repo()

Value

Invisibly returns TRUE if successful

Examples

if (FALSE) { # \dontrun{
git_init_repo()
} # }