pijul init

Initializes an empty pijul repository

Usage

    pijul init [OPTIONS] [PATH]

Args

<PATH>

Path where the repository should be initalized

Flags

-h, --help

Print help information

-V, --version

Print version information

Options

--channel <CHANNEL>

Set the name of the current channel (defaults to “main”)

-k, --kind <KIND>

Project kind; if Pijul knows about your project kind, the .ignore file will be populated with a conservative list of commonly ignored entries. Example: pijul init --kind=rust