|
NAMEgit-mr - Checks out a merge request locallySYNOPSISgit-mr <number> [<remote>]git-mr <url> git-mr clean DESCRIPTIONFetches merge request head by its number or URl and check it out in a branch named with merge request number.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. EXAMPLESThis checks out merge request !51 from remote origin to branch mr/51.
AUTHORWritten by Étienne BERSAC bersace03@gmail.com from git-pr(1).REPORTING BUGS<https://github.com/tj/git-extras/issues>SEE ALSO<https://github.com/tj/git-extras>
Visit the GSP FreeBSD Man Page Interface. |