Y
Hacker News
new
|
ask
|
show
|
jobs
by
everybodyknows
610 days ago
> reflog should go and learn it
Among its other virtues, reflog makes safe the highly empowering 'git-commit --amend'.
1 comments
globular-toast
610 days ago
Yep, and even the more powerful fixup workflow where you can essentially amend commits other than HEAD. I do it via git-autofixup:
https://github.com/torbiak/git-autofixup
link