One of the solutions would be the use of Visual Studio Team Services to manage your project’s source code through Git or TFVC. It’s free for up to 5 users.
2. Create a new project.
3. After creating the account use it to log in to the Visual Studio IDE.
4. Connect to Team Foundation Server (Visual Studio Team Services).
5. Connect to the address created in step 1.
6. Select the project that was created and click on Connect.
Once you’ve done this, you can now manage your cloud project centrally, simply log in with the same account on the other computer and use the IDE’s resources. It is now important to learn how project mapping and Check-in features work, Get Last Version, to get a source code control.
Yes, sir. You know TFS, Git or SVN?
– Jéf Bueno
No. Some of these are already intrinsic to Visualstudio?
– Vinícius
TFS is, it comes with extensions and everything. You need to read about code versioning, once you understand how it works you can use one of these to "sync" your projects.
– Jéf Bueno
Thank you, @jbueno!
– Vinícius