We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref is getting fetched to head instead of branch name. So the branch doesn't point to the ref and the checkout is incorrect.
$ git mr checkout 587 From gitlab.com/phony * branch refs/merge-requests/111/head -> FETCH_HEAD 1234567..1234567 -> phony Switched to branch 'phony'
The text was updated successfully, but these errors were encountered:
[#21] (mr checkout) properly fetch MR ref to branchname
01145b8
50ee1ca
Merge pull request #22 from zaquestion/issue21
eae9efa
[#21] (mcCheckout) assert resulting branch name and commit
61d4931
No branches or pull requests
ref is getting fetched to head instead of branch name. So the branch doesn't point to the ref and the checkout is incorrect.
The text was updated successfully, but these errors were encountered: