pijul pull
Pulls changes from a remote upstream
Usage
pijul pull [FLAGS] [OPTIONS] [FROM] [-- <CHANGES>...]
Args
<FROM>
Pull from this remote
<CHANGES>...
Pull changes from the local repository, not necessarily from a channel
Flags
-a, --all
Pull all changes
-f, --force-cache
Force an update of the local remote cache. May effect some reporting of unrecords/concurrent changes in the remote
--full
Download full changes, even when not necessary
-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>
Pull from this remote channel
--path <PATH>...
Only pull to these paths
--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
--to-channel <TO_CHANNEL>
Pull into this channel instead of the current channel