Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


Add existing solution to git using visual studio
To add a NEW solution/project to Git using the Visual Studio Git Plugin:

1. Add a new empty git repository on the remote git site: http://....
2. Right click your solution and choose ???Add to Source Control???. Select ???git??? provider.
3. In Team Explorer, changes, commit your changes
4. In Team Explorer, select ???sync??? your changes. You will be prompted to enter the publish path; use the path to the git repository you created: http://.../MyRepository.git and click ???Publish???.
5. The project should now be pushed to the git repository server. Verify the files are there.
To add a NEW solution/project to Git using the Visual Studio Git Plugin:

1. Add a new empty git repository on the remote git site: http://....
2. Right click your solution and choose ???Add to Source Control???. Select ???git??? provider.
3. In Team Explorer, changes, commit your changes
4. In Team Explorer, select ???sync??? your changes. You will be prompted to enter the publish path; use the path to the git repository you created: http://.../MyRepository.git and click ???Publish???.
5. The project should now be pushed to the git repository server. Verify the files are there.

Created By: amos 8/7/2015 10:26:49 AM
Updated: 8/7/2015 10:26:49 AM