Show HN: I built a CLI to fake Git commits
2 points
2 hours ago
| 0 comments
| github.com
| HN
Heyy, I built git-forge in an afternoon to demonstrate how easy it can be to fake git history. It's basically just a wrapper around Git and GnuPG cli(s) that automates the usual "faking" you'd want to do (commit, rewrite, amend). I found it interesting to see how easily you can manipulate it (tho it makes sense), and it's a great party trick to convince your team to start signing their commits (problem I encountered many times). I haven't tested it fully, however it worked while I was developing it, so feel free to open any issues/PRs (+ I AI generated some tests for it but I don't trust them that much, I'll add more manually written tests tomorrow, I'm headed of to sleep now).
No one has commented on this post.