Forrest logo
back to context overview

glab-mr-merge

List of commands for glab-mr-merge:

  • glab-mr-merge:tldr:5e080 glab-mr-merge: Merge the merge request, removing the branch on both the local and the remote.
    $ glab mr merge --remove-source-branch
    try on your machine
    explain this command
  • glab-mr-merge:tldr:95c11 glab-mr-merge: Display help.
    $ glab mr merge --help
    try on your machine
    explain this command
  • glab-mr-merge:tldr:c3163 glab-mr-merge: Squash the current merge request into one commit with the message body and merge.
    $ glab mr merge --squash --message="${commit_message_body}"
    try on your machine
    explain this command
  • glab-mr-merge:tldr:c578c glab-mr-merge: Merge the merge request associated with the current branch interactively.
    $ glab mr merge
    try on your machine
    explain this command
  • glab-mr-merge:tldr:cf248 glab-mr-merge: Merge the specified merge request, interactively.
    $ glab mr merge ${mr_number}
    try on your machine
    explain this command
back to context overview