table of contents
- bullseye 2020.8-2+deb11u1
- testing 2022.7-2
- unstable 2022.7-2
- experimental 2023.3-1
OSTREE CHECKOUT(1) | ostree checkout | OSTREE CHECKOUT(1) |
NAME¶
ostree-checkout - Check out a commit into a filesystem
SYNOPSIS¶
ostree checkout [OPTIONS...] {COMMIT} [DESTINATION]
DESCRIPTION¶
Checks out the given commit into the filesystem under directory DESTINATION. If DESTINATION is not specified, the COMMIT will become the destination checkout target. If COMMIT destination already exists, command will error unless --union option is selected.
OPTIONS¶
--user-mode, -U
--subpath="PATH"
--union
--union-add
--union-identical
--whiteouts
--allow-noent
--from-stdin
--from-file="FILE"
--fsync="POLICY"
--require-hardlinks, -H
--force-copy-zerosized, -z
--force-copy, -C
--bareuseronly-dirs, -M
--skip-list="FILE"
--selinux-policy
EXAMPLE¶
$ ostree checkout my-branch
$ ls
file1 file2 my-branch
OSTree |