glab mr Create, view, and manage GitLab merge requests. Quick start Common workflows Creating MRs From current branch: From issue: Draft MR: Review workflow 1. List pending reviews: 2. Checkout and test: 3. Leave feedback: 4. Approve: Automated review workflow: For repetitive review tasks, use the automation script: This automatically: checks out → runs tests → posts result → approves if passed. Merge strategies Auto-merge when pipeline passes: Squash commits: Rebase before merge: Troubleshooting Merge conflicts: - Checkout MR: - Resolve conflicts manually in your editor - Commit resolution:…