mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-13 17:16:23 -04:00
add actual command to "Push to a specific remote repository", otherwise it does not do anything
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue