mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55: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
|
```yml
|
||||||
customCommands:
|
customCommands:
|
||||||
- key: 'P'
|
- key: 'P'
|
||||||
command: "git push {{.SelectedRemote.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.RefName}}"
|
command: "git push {{.SelectedRemote.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.Name}}"
|
||||||
context: "commits"
|
context: "commits"
|
||||||
loadingText: "Pushing commit..."
|
loadingText: "Pushing commit..."
|
||||||
description: "Push a specific commit (and any preceding)"
|
description: "Push a specific commit (and any preceding)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue