this post was submitted on 25 Nov 2023
931 points (97.3% liked)

Programmer Humor

32542 readers
499 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] flashgnash@lemm.ee 2 points 1 year ago (1 children)

Isn't that what git stash is for though?

[–] crmsnbleyd@sopuli.xyz 4 points 1 year ago (2 children)
[–] flashgnash@lemm.ee 1 points 1 year ago

Can't you? Could've sworn you could

I've done it with TFS source control at least, thought it would be possible with git

[–] PoolloverNathan@programming.dev 1 points 1 year ago* (last edited 1 year ago)

git push origin refs/stash@{$n}:stash/$USER/$n iirc