|
|
|
|
|
by skydhash
295 days ago
|
|
> git stash is not that simple. you'd need to remember what branch that stash applies to to get back to where you were. I use the stash for changes I like or for small experiments, not tied to anything. For any other changes, I just create a wip commit and switch. It’s trivial to switch back and soft reset. |
|
The nice thing is that all of this is part of the commit graph, not buried in stashes hidden from sight.