Forrest logo
back to context overview

git-mr

List of commands for git-mr:

  • git-mr:tldr:13bdb git-mr: Check out a specific merge request.
    $ git mr ${mr_number}
    try on your machine
    explain this command
  • git-mr:tldr:1efed git-mr: Clean up old merge request branches.
    $ git mr clean
    try on your machine
    explain this command
  • git-mr:tldr:f6026 git-mr: Check out a merge request from a specific remote.
    $ git mr ${mr_number} ${remote}
    try on your machine
    explain this command
back to context overview