this post was submitted on 25 Nov 2023
927 points (97.2% liked)

Programmer Humor

36257 readers
1140 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 2 years ago (1 children)

Isn't that what git stash is for though?

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

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