pijul push

Pushes changes to a remote upstream

Usage

    pijul push [OPTIONS] [TO] [-- <CHANGES>...]

Args

<TO>

Push to this remote

<CHANGES>...

Push only these changes

Options

-a, --all

Push all changes

-f, --force-cache

Force an update of the local remote cache. May effect some reporting of unrecords/concurrent changes in the remote

--from-channel <FROM_CHANNEL>

Push from this channel instead of the default channel

-h, --help

Print help information

-k

Do not check certificates (HTTPS remotes only, this option might be dangerous)

--path <PATH>

Push changes only relating to these paths

--repository <REPO_PATH>

Path to the repository. Uses the current repository if the argument is omitted

--to-channel <TO_CHANNEL>

Push to this remote channel instead of the remote’s default channel