Show HN: Git russian-roulette – Challenge your luck in a Git repo
1–6 of 6 posts
Re: Show HN: Git russian-roulette – Challenge your luck in a Git repo
#2Idea 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.
Re: Show HN: Git russian-roulette – Challenge your luck in a Git repo
#3This even force pushes! Your last hope is the reflog, which can also be pruned/deleted. Maybe that should be added?
Re: Show HN: Git russian-roulette – Challenge your luck in a Git repo
#4Idea 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.
sounds good :)
Re: Show HN: Git russian-roulette – Challenge your luck in a Git repo
#5This even force pushes! Your last hope is the reflog, which can also be pruned/deleted. Maybe that should be added?
Oh yeah! I added a "git prune" and "git gc". That does it, right?
Re: Show HN: Git russian-roulette – Challenge your luck in a Git repo
#6This even force pushes! Your last hope is the reflog, which can also be pruned/deleted. Maybe that should be added?
[deleted]