@SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1953arrow-down127
arrow-up1926arrow-down1imageIn case of firelemmy.world@SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year agomessage-square74fedilink
minus-square@flashgnash@lemm.eelinkfedilink1•1 year 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-square@PoolloverNathan@programming.devlinkfedilinkEnglish1•edit-21 year 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