mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
change SelectedLocalBranch.RefName to SelectedLocalBranch.Name
parent
e88641dcf4
commit
0d06838ffd
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.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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue