1.

Explain How You Can Create A Git-tfs In Visual Studio 2013 Express?

Answer»

To create a Git-TFS in Visual Studio 2013 express :

  • Create an account with MS TFS service if you don’t have inhouse TFS server
  • After that, you will be directed to TFS page, where you will see TOW OPTION for creating project, one with NEW team project and another with a new team project+Git
  • The account URL will be found right below “Getting Started.”
  • Click on create git project and it will take you to a new window, where you specify details about the project like project name, DESCRIPTION, the process template, version control, etc. and once completed click on create project.
  • Now you can create a local project in team foundation server by creating a new project in Visual studio and do not forget to mark the check box that says “Add to source control”
  • In the next window, select mark Git as your version control and click ok, and you will be able to see the alteration made in the source code
  • After that, commit your code, right click a file in team explorer and you can compare version differences

To create a Git-TFS in Visual Studio 2013 express :



Discussion

No Comment Found