Skip to content
Discussion options

You must be logged in to vote

Hi!! If you renamed your branch from "build" to "develop" on GitHub, but you still see both branches in Visual Studio Code source control, you might need to update your local repository information to reflect this change.

Here are the steps you can follow to properly sync branches in Visual Studio Code:

  1. Open Visual Studio Code and open the Source Code Control dashboard. Make sure you are in your repository directory.

  2. In the source control control panel, make sure you are in the "build" branch. Otherwise, switch to the "build" branch.

  3. Run the command (into the terminal) to update the local repository information with the git pull command. This will ensure that you have the latest cha…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hifilo
Comment options

Answer selected by Hifilo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
VS Code View and incorporate suggestions from GitHub Copilot directly within the VS Code editor. New To GitHub 👋 New To GitHub
2 participants