mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
updated open existing gitlab pull request in browser to use .SelectedLocalBranch.UpstreamBranch
parent
d5b213b7fd
commit
849aa8b784
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue