Updated Custom Commands Compendium (markdown)

Jesse Duffield 2023-08-03 22:15:12 +10:00
parent 849aa8b784
commit 8aef18ec07

@ -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