Forrest logo
back to context overview

glab-mr

List of commands for glab-mr:

  • glab-mr:tldr:078de glab-mr: View the changes made in the merge request.
    $ glab mr diff
    try on your machine
    explain this command
  • glab-mr:tldr:2053f glab-mr: Edit a merge request interactively.
    $ glab mr update
    try on your machine
    explain this command
  • glab-mr:tldr:8f64b glab-mr: Approve the merge request for the current branch.
    $ glab mr approve
    try on your machine
    explain this command
  • glab-mr:tldr:9a9bc glab-mr: Edit the target branch of a merge request.
    $ glab mr update --target-branch ${branch_name}
    try on your machine
    explain this command
back to context overview