mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
updated open existing gitlab pull request in browser to use .SelectedLocalBranch.UpstreamBranch
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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue