@[email protected] to Programmer [email protected]English • 2 years agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1897
arrow-up1897imageIn case of firelemmy.world@[email protected] to Programmer [email protected]English • 2 years agomessage-square74fedilink
minus-square@[email protected]linkfedilink2•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-square@[email protected]cakelinkfedilinkEnglish1•edit-22 years 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