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-mr - Checks out a merge request locally

Author

       Written by Étienne BERSAC bersace03@gmail.com from git-pr(1).

Description

       Fetches  merge  request  head  by its number or URl and check it out in a branch named with merge request
       number.

Examples

       This checks out merge request !51 from remote origin to branch mr/51.

           $ git mr 51
           From gitlab.com:owner/repository
            * [new ref]         refs/merge-requests/51/head -> mr/51
           Switched to branch 'mr/51'

Name

git-mr - Checks out a merge request locally

Options

       <remote>

       The name of the remote to fetch from. Defaults to origin.

       <url>

       GitLab merge request URL in the format https://gitlab.tld/owner/repository/merge_requests/453.

Reporting Bugs

       <https://github.com/tj/git-extras/issues>

See Also

       <https://github.com/tj/git-extras>

                                                  October 2024                                         GIT-MR(1)

Synopsis

git-mr <number> [<remote>]
       git-mr <url>
       git-mrclean

See Also