logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Merge Request - Checkout Branches Locally | Online Free DevTools by Hexmos

Checkout Git merge requests locally with git-mr. Easily manage remote branches and clean up old requests from the command line. Free online tool, no registration required.

git-mr

Check out GitLab merge requests locally. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-mr.

  • Check out a specific merge request:

git mr {{mr_number}}

  • Check out a merge request from a specific remote:

git mr {{mr_number}} {{remote}}

  • Checkout a merge request from its URL:

git mr {{url}}

  • Clean up old merge request branches:

git mr clean

return

See Also