Is it possible to synchronize my Visual Studio projects with another computer?

Asked

Viewed 181 times

3

I use Visualstudio at work and at home. I wonder if there is any way for my projects I develop on the work PC to be synchronized in my profile and I can access them on the home computer automatically, without having to copy the Visualstudio folder.

  • 2

    Yes, sir. You know TFS, Git or SVN?

  • No. Some of these are already intrinsic to Visualstudio?

  • 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.

  • Thank you, @jbueno!

1 answer

4


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.

1. Create an account on Visual Studio Team Services.

inserir a descrição da imagem aqui

2. Create a new project.

inserir a descrição da imagem aqui

3. After creating the account use it to log in to the Visual Studio IDE.

inserir a descrição da imagem aqui

4. Connect to Team Foundation Server (Visual Studio Team Services).

inserir a descrição da imagem aqui

5. Connect to the address created in step 1.

inserir a descrição da imagem aqui

6. Select the project that was created and click on Connect.

inserir a descrição da imagem aqui

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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.