mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.97k stars 260 forks source link

Unable to switch between different branches #820

Open Shiva12121991 opened 4 months ago

Shiva12121991 commented 4 months ago

Describe the Bug Unable to switch between branches. It is showing everytime develop

Steps to Reproduce Steps to reproduce the behaviour:

  1. checkout to develop
  2. checkout to an other branch
  3. It will show that you are on develop branch in VS code but the branch is actually switched to feature branch if you confirm by the git command git branch

Expected Behaviour In VS code it shoud be clearly visible when we switch to other branch

Environment

Screenshots (optional) Add any screenshots showing the bug.

Additional Context (optional) Add any other context about the problem here.

⚠ Please make sure you complete all of the required sections of this template. Without this required information, it will be harder to replicate this bug, and cause additional delays in resolving it.