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
When I open new MR/PR, gitopen is use current working branch and remote default branch for now.
but some times, default branch isn't I want, and I can't change the default branch,
Way I
auto get the base branch which the current working branck.
gitopen mr base-branch:current-working-branch
Way II
Get the remote branchs: git branch -r
If just one remote branch, use it as base branch
Else, show remote branches option menu.
The text was updated successfully, but these errors were encountered:
When I open new MR/PR, gitopen is use current working branch and remote default branch for now.
but some times, default branch isn't I want, and I can't change the default branch,
Way I
Way II
git branch -r
The text was updated successfully, but these errors were encountered: