Y
Hacker News
new
|
ask
|
show
|
jobs
by
simfoo
2042 days ago
git config rebase.autoStash true
1 comments
renox
2040 days ago
I think that's a very good way to have a long list of things stashed that you don't remember what they are. Commiting your changes is much better as you can add an explanation for your futur self.
link
simfoo
2040 days ago
Well it does auto-pop the stash as well if the rebase was successful. I've been using it for ages and never noticed a growing stash
link