
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-branchtry on your machineexplain this command
-
glab-mr-merge:tldr:95c11 glab-mr-merge: Display help.$ glab mr merge --helptry on your machineexplain 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 machineexplain this command
-
glab-mr-merge:tldr:c578c glab-mr-merge: Merge the merge request associated with the current branch interactively.$ glab mr mergetry on your machineexplain this command
-
glab-mr-merge:tldr:cf248 glab-mr-merge: Merge the specified merge request, interactively.$ glab mr merge ${mr_number}try on your machineexplain this command