mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Updated Custom Commands Compendium (markdown)
parent
211d3b7085
commit
3883aa4755
|
|
@ -36,4 +36,16 @@ customCommands:
|
|||
title: 'Annotated tag name:'
|
||||
- type: 'input'
|
||||
title: 'Annotated tag message:'
|
||||
```
|
||||
```
|
||||
|
||||
## Open GitHub Pull Request
|
||||
|
||||
```
|
||||
customCommands:
|
||||
- key: "<c-r>"
|
||||
command: "gh pr create --fill --web"
|
||||
context: "global"
|
||||
loadingText: "Creating pull request on GitHub"
|
||||
```
|
||||
|
||||
This can be customized to fit your needs. Run `gh pr create --help` to see what flags are available.
|
||||
Loading…
Reference in a new issue