mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
Updated Custom Commands Compendium (markdown)
parent
849aa8b784
commit
8aef18ec07
1 changed files with 0 additions and 14 deletions
|
@ -76,20 +76,6 @@ customCommands:
|
|||
stream: yes
|
||||
```
|
||||
|
||||
## Creating an annotated tag
|
||||
|
||||
```yml
|
||||
- key : 'N'
|
||||
description: 'create annotated tag'
|
||||
command: "git tag -a {{index .PromptResponses 0}} -m \"{{index .PromptResponses 1}}\""
|
||||
context: 'tags'
|
||||
prompts:
|
||||
- type: 'input'
|
||||
title: 'Annotated tag name:'
|
||||
- type: 'input'
|
||||
title: 'Annotated tag message:'
|
||||
```
|
||||
|
||||
## Open GitHub Pull Request
|
||||
|
||||
```yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue