3 个版本
0.2.4 | 2023年5月4日 |
---|---|
0.2.2 | 2023年3月3日 |
0.2.1 | 2023年3月3日 |
#5 in #工作量证明
48KB
1K SLoC
Legit
Legit 向 git 提交哈希前缀添加工作量证明 (PoW)。
示例
git log | grep "0000006"
commit
000000615b90566ae8559dd45852190edea79a8c
commit
000000615b90566ae8559dd45852190edea79a8c
安装
git:
git clone https://github.com/RandyMcMillan/legit.git && \
cd legit && make legit
example:
example:
用法
git clone https://github.com/RandyMcMillan/legit.git
cd legit && make legit
添加文件到提交
git add <FILE_NAME> <FILE_NAME>
git stash (--include-untracked)
legit 命令
legit . -p "000000" -m "my legit commit"
git stash pop
--
依赖
~14MB
~307K SLoC