add actual command to "Push to a specific remote repository", otherwise it does not do anything

Marek Skrobacki 2024-04-10 15:33:35 +01:00
parent 553a095288
commit e67f2ffa2f

@ -47,6 +47,8 @@ This custom command allows picking between already used remote repositories and
- value: 'push'
- value: 'push --force-with-lease'
- value: 'push --force'
command: "git {{index .PromptResponses 1}} {{index .PromptResponses 0}}"
```
## Pushing to a specific remote branch