From 849aa8b784d35018e665fdafe2d83ea09e67034e Mon Sep 17 00:00:00 2001 From: Bryan Lott Date: Thu, 20 Jul 2023 10:31:47 -0600 Subject: [PATCH] updated open existing gitlab pull request in browser to use .SelectedLocalBranch.UpstreamBranch --- Custom-Commands-Compendium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Commands-Compendium.md b/Custom-Commands-Compendium.md index d5f580c..baa52bd 100644 --- a/Custom-Commands-Compendium.md +++ b/Custom-Commands-Compendium.md @@ -107,7 +107,7 @@ This can be customized to fit your needs. Run `gh pr create --help` to see what ```yml customCommands: - key: "G" - command: "glab mr view -w {{.SelectedLocalBranch.Name}}" + command: "glab mr view -w {{.SelectedLocalBranch.UpstreamBranch}}" context: "localBranches" description: "Go to MR in gitlab" stream: true