ostree命令的基础用法
安装
sudo apt install ostree
init
cd ostree/
ostree init –repo=. init
Just make your own changes and continueostree…
commit
将 tree/ 目录下的内容导入,提交信息未填写默认为空
ostree –repo=. commit –branch=foo tree/
指定提交内容
refs
列出仓库分支
ls
查看文件系统树的内容
cat
查看文件内容
checkout
检出
reset
重置到某个提交,在此之后的提交全部丢弃
log
查看分支提交信息
show
查看最新一笔提交
diff
比较提交差异
OSTREE_REPO
指定仓库地址,从而无需在命令中指定–repo
Manual
https://ostreedev.github.io/ostree/man/
开发
Comments
Comment plugin failed to load
Loading comment plugin