Today I Learned

hashrocket A Hashrocket project

Clear your Git Stash

While looking at my git tree today, I noticed several stale git stashes hanging around. This command made them all go away:

git stash clear
See More #git TILs