DEV Community

Discussion on: How to keep all dev files in sync when switching computers constantly?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

How about rsync and external hard disk containing shell scripts?

Very useful when I wanted to include gitignored files as well as excluding node_modules.

Collapse
 
omarel profile image
Omar Elbaga

I'm not familiar with rsync. Worth checking out.