minus-squaresip@programming.devtoPython@programming.dev•synchronizing code between multiple work spaceslinkfedilinkarrow-up3·8 months agocode goes in git which you can push to other devices and pull from other devices. but if you’re not used to it and you turn off a machine and forget to push… you’re stuck. for syncing files in general, I use syncthing. open source, e2e encrypted. linkfedilink
code goes in git which you can push to other devices and pull from other devices. but if you’re not used to it and you turn off a machine and forget to push… you’re stuck.
for syncing files in general, I use syncthing. open source, e2e encrypted.