Integrating VisualStudio.com with Visual Studio

While working on a project, I was looking for a concise introduction to integrating VisualStudio.com with Visual Studio itself. What follows is a step-by-step for what I wish I would have found.

My goal was simply to get my project under source control.

This isn’t the only way, but it is a way. We’ll assume that you have nothing in either Visual Studio or up on visualstudio.com.

  1. Set up and log on to visualstudio.com with your account.
  2. On the top left, click on the drop down menu. Choose New team project.
  3. Choose a Project name, optional Description, Process Template and desired Version control. (The Project Name in this example is “Project to Delete”. Version control is Git.)
  4. It will take a minute or so for your project to be created. When it’s done, click Navigate to project.
  5. You may be presented with a Congratulations! message. You can choose to Manage work, Add code or dismiss the message. Choose Add code.
  6. On the code page, click Clone in Visual Studio. You’ll be prompted to open Visual Studio.
  7. Once in Visual Studio, open the Team Explorer tab if it’s not already open. You now have the option to clone the repository locally. In this example, I’m changing the name from “Project to Delete” to “GMA.ProjectDeletion”.screen-shot-2016-10-23-at-7-37-47-am

    screen-shot-2016-10-23-at-7-44-14-am

  8. Click on Create a new project or solution.screen-shot-2016-10-23-at-7-48-26-am
  9. Visual Studio prompts you with the type of solution. Make certain that Create new Git repository is checked.
    screen-shot-2016-10-23-at-7-50-49-am
  10. In my case, I created a simple console app. As you can see in the screenshot below, the files are decorated with the + sign stipulating that they are new files not yet checked in to source control.
    screen-shot-2016-10-23-at-4-27-20-pm
  11. Back in Team Explorer, click on Changes.
  12. Enter a commit message, click Commit All. Near the top, there’s a message: “Sync to share your changes with the server.” Click the Sync link.
  13. Finally, click the Push link under Outgoing Commits.screen-shot-2016-10-23-at-4-32-20-pm
  14. Note now there are no Incoming or Outgoing Commits.screen-shot-2016-10-23-at-4-33-40-pm
  15. Back on Visual Studio online now, note the solution is checked in.

screen-shot-2016-10-23-at-4-35-36-pm

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s