ostree

운영 체제 루트 파일 시스템에 최적화된 바이너리 파일의 버전 관리 도구로, git과 유사합니다. OSTree는 Fedora Silverblue, Fedora IoT, Fedora CoreOS와 같은 불변 이미지 기반 운영 체제의 기초입니다. 더 많은 정보: https://ostreedev.github.io/ostree.

ostree init --repo {{경로/대상/저장소}}

ostree commit --repo {{경로/대상/저장소}} --branch {{브랜치_이름}}

ostree ls --repo {{경로/대상/저장소}} {{커밋_ID}}

ostree show --repo {{경로/대상/저장소}} {{커밋_ID}}

ostree log --repo {{경로/대상/저장소}} {{브랜치_이름}}

ostree summary --repo {{경로/대상/저장소}} --view

ostree refs --repo {{경로/대상/저장소}}