mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Updated Custom Commands Compendium (markdown)
parent
211d3b7085
commit
3883aa4755
1 changed files with 13 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue