updated open existing gitlab pull request in browser to use .SelectedLocalBranch.UpstreamBranch

Bryan Lott 2023-07-20 10:31:47 -06:00
parent d5b213b7fd
commit 849aa8b784

@ -107,7 +107,7 @@ This can be customized to fit your needs. Run `gh pr create --help` to see what
```yml ```yml
customCommands: customCommands:
- key: "G" - key: "G"
command: "glab mr view -w {{.SelectedLocalBranch.Name}}" command: "glab mr view -w {{.SelectedLocalBranch.UpstreamBranch}}"
context: "localBranches" context: "localBranches"
description: "Go to MR in gitlab" description: "Go to MR in gitlab"
stream: true stream: true