Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Maer17823yWeirdly I used to think that too, but I moved on from it and barely ever use it anymore, though this may be preference.
The reasons for me are:
1. Stash is not saved as an individual commit, though there is a stash stack, but it's basically a small convenience tool which however operates outside the idea of version control
2. You can easily fall into the trap of not stashing new files
3. Whenever I need to quickly store my progress I just commit and just drop the commit later on while keeping my changes
4. Also branching
It's kinda interesting, I used to be a heavy git stash user -
git itself is already glorious.
But in combination with tig (especially the staging view) it becomes almost a superpower. -
harahara113yI recently found out about git stash.
I use it while collabrating with people trash :) -
Just to be sure: If you love `git stash` and have not yet looked at `git worktree add`, then do it right now.
You're welcome.
Related Rants
git stash is ❤️
random
git
stash