chickadee » git » create-repository

create-repository #!optional path bareprocedure

Creates and returns a new repository at the given path, or the value of current-directory if no path is given. If bare is given and not #f, the repository will be created without a working directory. An error is signaled if the path is invalid or the repository cannot be created.