Fix .SelectedRemote.RefName (rename to Name)

Stefan Haller 2024-06-11 11:20:12 +02:00
parent afd2a41728
commit e9d9dcec3e

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