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

Merge Requests - Merge with glab | Online Free DevTools by Hexmos

Merge requests seamlessly with glab. Improve code review workflows by removing branches and managing commit messages. Free online tool, no registration required.

glab-mr-merge

Merge GitLab merge requests. More information: https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/mr/merge.md.

  • Merge the merge request associated with the current branch interactively:

glab mr merge

  • Merge the specified merge request, interactively:

glab mr merge {{mr_number}}

  • Merge the merge request, removing the branch on both the local and the remote:

glab mr merge {{[-d|--remove-source-branch]}}

  • Squash the current merge request into one commit with the message body and merge:

glab mr merge {{[-s|--squash]}} {{[-m|--message]}} "{{commit_message_body}}"

  • Display help:

glab mr merge --help

See Also