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

Programmer Humor

32380 readers
1443 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
[–] [email protected] 2 points 11 months ago (1 children)

Isn't that what git stash is for though?

[–] [email protected] 4 points 11 months ago (2 children)
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

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

[–] [email protected] 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