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.
![inserir a descrição da imagem aqui](https://i.stack.imgur.com/c5ncq.png)
2. Create a new project.
![inserir a descrição da imagem aqui](https://i.stack.imgur.com/AyZ7K.png)
3. After creating the account use it to log in to the Visual Studio IDE.
![inserir a descrição da imagem aqui](https://i.stack.imgur.com/2Ln5o.png)
4. Connect to Team Foundation Server (Visual Studio Team Services).
![inserir a descrição da imagem aqui](https://i.stack.imgur.com/ZLAq0.png)
5. Connect to the address created in step 1.
![inserir a descrição da imagem aqui](https://i.stack.imgur.com/WXvJF.png)
6. Select the project that was created and click on Connect.
![inserir a descrição da imagem aqui](https://i.stack.imgur.com/GuGzb.png)
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