| Crates.io | legit |
| lib.rs | legit |
| version | 0.2.4 |
| created_at | 2023-03-03 06:02:36.585302+00 |
| updated_at | 2023-05-04 21:16:36.338393+00 |
| description | add proof of work to a git commit |
| homepage | https://legit.randymcmillan.net/ |
| repository | https://github.com/randymcmillan/legit.git |
| max_upload_size | |
| id | 799477 |
| size | 81,201 |
Examplegit log | grep "0000006"
commit 000000615b90566ae8559dd45852190edea79a8c
commit 000000615b90566ae8559dd45852190edea79a8c
Installgit:git clone https://github.com/RandyMcMillan/legit.git && \
cd legit && make legit
example:
example:
Usagegit clone https://github.com/RandyMcMillan/legit.git
cd legit && make legit
add files to commitgit add <FILE_NAME> <FILE_NAME>
git stash (--include-untracked)
legit commandlegit . -p "000000" -m "my legit commit"
git stash pop
--