You can do it as mikedt suggested, but the proper way to manage source code is in a VCS(version control system). The most notable vcs is github. By keeping your code on github you have access to it on all your devices no matter where you are.
This has many advantages, one being that if you make a destructive change in your code, you can undo the change easily.
If you're a developer, I highly recommend getting familiar with git and github. Those are two of the most important tools to any developer.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.