8 个版本
0.1.7 | 2023年7月15日 |
---|---|
0.1.6 | 2023年2月12日 |
#2448 在 命令行实用工具
每月 27 次下载
73KB
2K SLoC
nss (noshishi)
基于 Git 的原始版本管理系统。
为了成为优秀的开发者学习 git 和 rust。
用法
安装
cargo install nssi
如何
nssi help
nssi <Commands> [Options]
基本用法
首先,创建仓库! (git-init
)
nssi voyage
编辑文件 ... 然后对文件进行快照! (git-add
)
nssi snapshot `file_path`
最后,你必须将版本数据注册到数据库中! (git-commit
)
nssi reg -m 'initial'
太棒了!!
高级
你可以追踪提交的历史。 (git-log
)
nssi stroy
你可能想要回到特定的提交... (git-checkout
)
nssi go-to <commit hash>
当然,你可以将特定的提交设置为书签! (git-branch
)
nssi bookmark <bookmarker> <commit hash>
编辑中......
依赖项
~4–16MB
~161K SLoC