@[email protected] to Programmer [email protected]English • 1 year agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1956arrow-down127
arrow-up1929arrow-down1imageIn case of firelemmy.world@[email protected] to Programmer [email protected]English • 1 year agomessage-square74fedilink
minus-square@[email protected]linkfedilink1•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@[email protected]linkfedilinkEnglish1•edit-21 year 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