pijul record
Creates a new change
Usage
pijul record [OPTIONS] [PREFIXES]...
Args
<PREFIXES>...
Paths in which to record the changes
Options
-a, --all
Record all paths that have changed
--amend [<AMEND>]
Amend this change instead of creating a new change
--author <AUTHOR>
Set the author field
--channel <CHANNEL>
Record the change in this channel instead of the current channel
-h, --help
Print help information
--ignore-missing
Ignore missing (deleted) files
-m, --message <MESSAGE>
Set the change message
--repository <REPO_PATH>
Set the repository where this command should run. Defaults to the first ancestor of the
current directory that contains a .pijul
directory
--timestamp <TIMESTAMP>
Set the timestamp field
--working-copy <WORKING_COPY>