1 comment

[ 3.3 ms ] story [ 14.5 ms ] thread
Stash is great for files in git, but it sucks that it leaves new unadded files in their place which end up fucking up things when I have to switch between tasks all of the time. Inevitably I will either check-in something I didn't mean to, or to workaround it I'll just clone in a diff directory.

Git really needs something that can leave .gitignore defined files in place while stashing everything else, maybe via a command with a new name like "tuck".