-
Notifications
You must be signed in to change notification settings - Fork 6
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
Auto get base branch for create new PR/MR #47
Comments
hotoo
added a commit
that referenced
this issue
Feb 22, 2017
hotoo
added a commit
that referenced
this issue
Feb 22, 2017
hotoo
added a commit
that referenced
this issue
Feb 23, 2017
2.7.0 |
hotoo
added a commit
that referenced
this issue
Mar 3, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find the parent branch of a git branch
intel352/git_branch_parent.sh
How to get git parent branch name of current branch?
git-show-branch(1) Manual Page
Find the starting point of a local branch
git merge-base mybranch master
git show-branch --merge-base
The text was updated successfully, but these errors were encountered: