this post was submitted on 25 Nov 2023
890 points (96.9% liked)

Programmer Humor

32480 readers
335 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 11 months ago (1 children)

Isn't that what git stash is for though?

[–] crmsnbleyd@sopuli.xyz 4 points 11 months ago (2 children)
[–] flashgnash@lemm.ee 1 points 11 months 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 11 months ago* (last edited 11 months ago)

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