SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1939arrow-down127
arrow-up1912arrow-down1imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agomessage-square74fedilink
minus-squareflashgnash@lemm.eelinkfedilinkarrow-up2·11 months agoIsn’t that what git stash is for though?
minus-squareflashgnash@lemm.eelinkfedilinkarrow-up2arrow-down1·11 months agoCan’t you? Could’ve sworn you could I’ve done it with TFS source control at least, thought it would be possible with git
minus-squarePoolloverNathan@programming.devlinkfedilinkEnglisharrow-up1·edit-211 months agogit push origin refs/stash@{$n}:stash/$USER/$n iirc
Isn’t that what git stash is for though?
Can’t push a stash
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
git push origin refs/stash@{$n}:stash/$USER/$n
iirc