BNKAEM24LYR5VU72DOJTLKKTBZUMXEMFYH4NTLRKESWQEV4OC2EAC
SCSV2FNSTQ4FVACUQZM4EISV72FP5SEBGKGMLQB3323KHSCDP67QC
# pijul checkout
# pijul channel
Switch to a branch
Switch to a channel. For creating a new channel use [fork](./fork.md).
pijul checkout [-h | --help] [-V | --version] [--repository <repository>] [-f | --force] <branch>
pijul channel [-h | --help] [-V | --version] [--repository <repository>][--delete] <channel>
pijul channel [-h | --help] [-V | --version] [--repository <repository>]
[--delete] <channel>
Reset the working copy to branch `<branch>` of the pristine, and setthat branch as the current branch.
Reset the working copy to branch `<branch>` of the pristine, and set
that branch as the current branch.
Reset the working copy to channel `<channel>` of the pristine, and setthat channel as the current channel.
Reset the working copy to channel `<channel>` of the pristine, and set
that channel as the current channel.
pijul checkout master
pijul channel main
- -f, --force Only verify that there are no unrecorded files moves, deletions or additions (ignores unrecorded changes in files). Much faster on large repositories.
- -f, --force
Only verify that there are no unrecorded files moves, deletions or additions (ignores unrecorded changes in files). Much faster on large repositories.
- \<branch\>
- \<channel\>
The branch of the pristine to reset the working copy to.
The channel of the pristine to reset the working copy to.
- [pijul checkout](./reference/checkout.md)
- [pijul channel](./reference/channel.md)