Settings

Theme

Show HN: I built a CLI to fake Git commits

github.com

2 points by TDiblik a month ago · 0 comments · 1 min read

Reader

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 comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection