DEV Community

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

Collapse
 
phambatrungthanh profile image
Phạm Bá Trung Thành

Well, aside from keeping all your code in one place, you can have your git histories, commits without syncing, and you can run build jobs, run docker containers, deploy codes, forwarding ports to preview code from your local computer. Pretty much anything you can do on your local computer, you can do it on the remote cloud.