fossil-new
alias for fossil init
TLDR
Create new repository
$ fossil new [repo.fossil]
Create with project name$ fossil new --project-name "[name]" [repo.fossil]
SYNOPSIS
fossil new [options] repository
DESCRIPTION
fossil new is an alias for fossil init. It creates a new Fossil repository file with identical functionality.
This command is provided for consistency with the fossil new terminology used in some documentation. All options and behaviors are identical to fossil init.
SEE ALSO
fossil-init(1), fossil-clone(1)
