You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to open a branch that had been created on the remote repository. It did not appear in the branch list in the projectfolder context menu. (It was not listed by git branch either even after pulling the master - needed git branch -a)
Steps to Reproduce
Open an existing local clone of a remote repository where new branch had been recently been created on the remote by someone else.
Open the project folder context menu
Choose "Branch"
Observe the list only contains branches that had been opened locally, not the new remote branch
Expected Behavior
The "Branch" submenu should show all branches that could be checked out, including those only on the remote. Needs design input as to whether and how remote branches should be distinguished from local branches.
OS Version
6.x (Odin)
Software Version
Compiled from git
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered:
What Happened?
Tried to open a branch that had been created on the remote repository. It did not appear in the branch list in the projectfolder context menu. (It was not listed by
git branch
either even after pulling the master - neededgit branch -a
)Steps to Reproduce
Expected Behavior
The "Branch" submenu should show all branches that could be checked out, including those only on the remote. Needs design input as to whether and how remote branches should be distinguished from local branches.
OS Version
6.x (Odin)
Software Version
Compiled from git
Log Output
No response
Hardware Info
No response
The text was updated successfully, but these errors were encountered: