About 1,470,000 results
Open links in new tab
  1. Default pull request to parent branch rather than master branch

    Aug 10, 2016 · When initiating a pull request through Visual Studio for a repository hosted in visual studio team services the pull request always defaults to master branch. This default to …

  2. Change the default branch - Azure Repos | Microsoft Learn

    Feb 18, 2025 · Set a new default branch You can use a branch other than main for new changes or change your main line of development in your repo. To change the default branch name for …

  3. Azure Repos default branch name - Azure DevOps Blog

    Aug 6, 2020 · If you prefer not to change, you should enable this feature and set master as your preferred branch name. Then, when the default changes to main, your repositories will …

  4. Git init is not able to update default branch to main branch instead

    Aug 7, 2023 · On vscode, using wsl terminal, I was setting the global the default branch as main as shown below, git config --global init.defaultBranch main Now, inside my project folder, when …

  5. VSTS: Difference between default and compare branch

    Feb 19, 2018 · In my git repository I have three branches: master: default, dev: compare, and temp. When I create a Pull Request from temp branch it defaults to dev as the target. It is in …

  6. Setting a forked repo's pull request default branch

    Jun 10, 2018 · Background: I have a project "original" in a VSTS-hosted git repo and wanted to create a similar project, so I forked the repo. I have no intention of merging from the fork to the …

  7. Change Default Branch while creating new pull request

    Mar 29, 2018 · When i create a new pull request in VSTS, default branch is selected as Master. Is there a way to change this configuration and set our own branch?

  8. How do you switch between branches in Visual Studio Code with …

    In Visual Studio Code I am looking at the branch icon bottom left to see which branch I'm working in. It says I'm working in test, so I make changes to file1, commit and synchronise the …

  9. Change remote HEAD branch in git hosted on visual studio online

    Oct 2, 2014 · When People clone this specific visual studio online repo, instead of getting the expected master branch, they're getting a branch called initial. I would like the branch called …

  10. git how to change default branch for everything I do?

    May 15, 2021 · Because of github changing the default branch from master to main all of my pushes end up in a separate branch instead of the main one and I can't change the default. …