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
$ git mr checkout 1 -t Updating nick From gitlab.corp.tune.com:zaq/mr_assigner * [new branch] master -> nick/master new remote: nick From gitlab.corp.tune.com:zaq/mr_assigner * [new ref] refs/merge-requests/1/head -> nick/weighted fatal: A branch named 'weighted' already exists. 2018/06/06 18:34:04 mrCheckout.go:83: exit status 128 $ git pull nick weighted fatal: Couldn't find remote ref weighted fatal: The remote end hung up unexpectedly $ git remote -v nick git@gitlab.com:zaq/mr_assigner.git (fetch) nick git@gitlab.com:zaq/mr_assigner.git (push) origin git@gitlab.com:zaq/mr_assigner.git (fetch) origin git@gitlab.com:zaq/mr_assigner.git (push)
The command should also be able to rerun and add the remote without causing an error.
The text was updated successfully, but these errors were encountered:
(fix) #159 by ensuring source project is used and add test
4e2aa70
Merge pull request #174 from zaquestion/mr_checkout_track
d8bf437
No branches or pull requests
The command should also be able to rerun and add the remote without causing an error.
The text was updated successfully, but these errors were encountered: