Y
Hacker News
new
|
ask
|
show
|
jobs
Show HN: Git russian-roulette – Challenge your luck in a Git repo
(
github.com
)
6 points
by
tuxtimo
3699 days ago
2 comments
egjerlow
3699 days ago
Idea for 'genetic software development': every n time units, run this tool, and the poor bastard who deletes a file has to rewrite it from scratch. Presupposes that on average, the rewrite will be better than the previous version.
link
tuxtimo
3699 days ago
sounds good :)
link
blainesch
3699 days ago
This even force pushes! Your last hope is the reflog, which can also be pruned/deleted. Maybe that should be added?
link
tuxtimo
3699 days ago
Oh yeah! I added a "git prune" and "git gc". That does it, right?
link