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