pijul push
Pushes changes to a remote upstream
Usage
pijul push [FLAGS] [OPTIONS] [TO] [-- <CHANGES>...]
Args
<TO>
Push to this remote
<CHANGES>...
Push only these changes
Flags
-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
-h, --help
Print help information
-k
Do not check certificates (HTTPS remotes only, this option might be dangerous)
-V, --version
Print version information
Options
--from-channel <FROM_CHANNEL>
Push from this channel instead of the default channel
--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