grahamjenson / gitpow

gitpow alters your commit message with a proof-of-work to secure its history

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitPOW

GitPOW secures the history of your git repository with proof-of-work. Use GitPOW with gitpow 000001a it will alter your current git commit's message to find a SHA that starts with 000001a (default 0000000). This will protect against people rewriting history without putting all the work back in.

Build

go build && go install

About

gitpow alters your commit message with a proof-of-work to secure its history


Languages

Language:Go 83.3%Language:Ruby 16.7%