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