mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Fix .SelectedRemote.RefName (rename to Name)
parent
afd2a41728
commit
e9d9dcec3e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ Pushes a specific commit, and any preceding commits. Useful if you're still work
|
|||
```yml
|
||||
customCommands:
|
||||
- key: 'P'
|
||||
command: "git push {{.SelectedRemote.RefName}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.RefName}}"
|
||||
command: "git push {{.SelectedRemote.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.RefName}}"
|
||||
context: "commits"
|
||||
loadingText: "Pushing commit..."
|
||||
description: "Push a specific commit (and any preceding)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue