I have two PCs, with Visual Studio installed. Currently, I am a part of a team, and our project is synchronized using Git extension of Visual studio, at our project repository at the online Visual Studio site (http://www.visualstudio.com/). When I make a change, and I commit, the site shows that the change was done by me, while if someone else make a change, it shows the name of the other guy. However I also have a second PC, and I also want to work from there as well. I will connect to the second visual studio using my online visual studio account as the first one.
My question is therefore:
If I have two visual studio connected with my online visual studio account, and both visual studios synchronize our code with the online Visual Studio Git repository, is it possible that the Git gets confused, and make any unwanted changes (i.e. when I commit from my second PC to delete things I had committed before with my first PC, or anything similar)?