change SelectedLocalBranch.RefName to SelectedLocalBranch.Name

Patricio Serrano 2024-09-07 23:40:40 +02:00
parent e88641dcf4
commit 0d06838ffd

@ -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.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.RefName}}"
command: "git push {{.SelectedRemote.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.Name}}"
context: "commits"
loadingText: "Pushing commit..."
description: "Push a specific commit (and any preceding)"