I'm trying to checkout a MR:
But my checkout doesn't have an origin remote:
❯ git remote -v
github git@www-github.foo.com:org/repo.git (fetch)
github git@www-github.foo.com:org/repo.git (push)
gitlab git@192.16.50.1:org/repo.git (fetch)
gitlab git@192.16.50.1:org/repo.git (push)
How to deal with cases like this?
Thanks!