Conversation

Don’t you hate it when you go into one of your git repos to do some updates, and realized you have a large diff of uncommitted code of a work in progress that you left and forgot about! 😛

1
1
8

@jani @rostedt why not both? I tend to just checkout another git worktree and crack on

1
0
0
@rostedt "git stash" to the rescue?
1
0
1

@vbabka and forget about it? No, this is usually a “Oh crap I need to finish this now” situation.

1
0
2
@rostedt @vbabka I also occasionally encounter such situations. But instead of admitting the fact that I should finish that, I just lazily commit it, revert it and its dependents, and do the new work. The dirty history eventually reminds me I should finish that, or just forgive and drop those from the history.
0
0
2