OSTREE CHECKOUT(1) | ostree checkout | OSTREE CHECKOUT(1) |
ostree-checkout - Check out a commit into a filesystem
ostree checkout [OPTIONS...] {COMMIT} [DESTINATION]
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.
--user-mode, -u
--subpath="PATH"
--union
--union-add
--union-identical
--allow-noent
--from-stdin
--from-file="FILE"
$ ostree checkout my-branch
$ ls
file1 file2 my-branch
OSTree |