242
you are viewing a single comment's thread
view the rest of the comments
[-] joyjoy@lemmy.world 14 points 11 months ago

Neither remove untracked files sadly.

[-] sickday@kbin.social 10 points 11 months ago
[-] BlueBockser@programming.dev 16 points 11 months ago

I think git clean is more appropriate. With git stash you create a stash which you then have to drop.

[-] HairHeel@programming.dev 37 points 11 months ago

Who says you have to drop it? I've got stuff from 2007 in there somewhere.

[-] BlueBockser@programming.dev 1 points 11 months ago

Of course you don't have to, but if you don't plan on ever using it then it's just trash living in your git folder. If you do plan on using it again in the future, then it's usually better to make it a branch so you can push it to a remote.

load more comments (3 replies)
load more comments (3 replies)
load more comments (4 replies)
this post was submitted on 28 Jul 2023
242 points (99.6% liked)

Programmer Humor

18292 readers
2391 users here now

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.

Rules

founded 1 year ago
MODERATORS