SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agoIn case of firelemmy.worldimagemessage-square102linkfedilinkarrow-up1911
arrow-up1911imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square102linkfedilink
minus-squareflashgnash@lemm.eelinkfedilinkarrow-up2·2 years 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-22 years agogit push origin refs/stash@{$n}:stash/$USER/$n iirc
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