
glab-mr-create
List of commands for glab-mr-create:
-
glab-mr-create:tldr:0e469 glab-mr-create: Create a merge request, determining the title and description from the commit messages of the current branch.$ glab mr create --filltry on your machineexplain this command
-
glab-mr-create:tldr:39d89 glab-mr-create: Start opening a merge request in the default web browser.$ glab mr create --webtry on your machineexplain this command
-
glab-mr-create:tldr:5622b glab-mr-create: Create a merge request specifying the target branch, title, and description.$ glab mr create --target-branch ${target_branch} --title "${title}" --description "${description}"try on your machineexplain this command
-
glab-mr-create:tldr:987c1 glab-mr-create: Interactively create a merge request.$ glab mr createtry on your machineexplain this command
-
glab-mr-create:tldr:d871a glab-mr-create: Create a draft merge request.$ glab mr create --drafttry on your machineexplain this command