LinuxCommandLibrary

fossil-new

alias for fossil init

TLDR

Create new repository

$ fossil new [repo.fossil]
copy
Create with project name
$ fossil new --project-name "[name]" [repo.fossil]
copy

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community