How do i create a branch in Visual Studio Team Services?

14,935

If you're using Team Foundation Version Control, you can use the Source Explorer in Visual Studio to create a new branch and then checkin your changes (see Branch folders and files).

If you're using Git you can use the Branches page in the Team Explorer to create a new branch (see Create work in branches). For more advanced scenarios you can also use the command line.

Share:
14,935
caa
Author by

caa

Updated on June 07, 2022

Comments

  • caa
    caa almost 2 years

    I would like to create a branch on TFS in Visual Studio Team Services.

    Is this possible and if so how can i do this?