229
One command to rule them all
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Neither remove untracked files sadly.
git stash my friend
I think
git clean
is more appropriate. Withgit stash
you create a stash which you then have to drop.Yea but you can always
git pop
if you need any of your stashed changesi chuckled at the thought of 'git poop' being a command. I'm going to alias that to something.
You could make it run
git pop
until it clears the whole stash