Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better way for open MR/PR #32

Closed
hotoo opened this issue May 29, 2016 · 1 comment
Closed

better way for open MR/PR #32

hotoo opened this issue May 29, 2016 · 1 comment

Comments

@hotoo
Copy link
Owner

hotoo commented May 29, 2016

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

  1. auto get the base branch which the current working branck.
  2. gitopen mr base-branch:current-working-branch

Way II

  1. Get the remote branchs: git branch -r
  2. If just one remote branch, use it as base branch
  3. Else, show remote branches option menu.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant