mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
add actual command to "Push to a specific remote repository", otherwise it does not do anything
parent
553a095288
commit
e67f2ffa2f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue