Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I share a Visual Studio project across computers easily? [closed]

I own two computers at two different houses. I want to be able to work on a Visual Studio project on both of these computers easily.

Currently I'm mailing the project from one computer to the other, or using Dropbox. Very inconvenient.

What's the easiest way to share the project more conveniently?

Btw, I'm using the free Visual Studio Community 2013 edition, and I'm looking for a free option.

like image 299
Aviv Cohn Avatar asked Oct 31 '22 09:10

Aviv Cohn


2 Answers

The best way is using version controlling system like Git

like image 156
Chamath Viranga Avatar answered Nov 14 '22 03:11

Chamath Viranga


Use Visual Studio Online to manage your Project, it is free for up to 5 users and you can use Git as your version control. Then you just create a new Project and add your code. AFter this it is easy to commit and sync your work on both computers.

like image 33
Per Salmi Avatar answered Nov 14 '22 03:11

Per Salmi