add a custom lazygit command, so I can push specific commits
This commit is contained in:
@@ -13,7 +13,12 @@ git:
|
|||||||
pagers:
|
pagers:
|
||||||
- colorArg: always
|
- colorArg: always
|
||||||
pager: diff-so-fancy
|
pager: diff-so-fancy
|
||||||
useConfig: false
|
|
||||||
overrideGpg: true
|
overrideGpg: true
|
||||||
update:
|
update:
|
||||||
method: never
|
method: never
|
||||||
|
customCommands:
|
||||||
|
- key: 'P'
|
||||||
|
command: "git push {{.SelectedRemote.Name}} {{.SelectedLocalCommit.Sha}}:{{.SelectedLocalBranch.Name}}"
|
||||||
|
context: "commits"
|
||||||
|
loadingText: "Pushing commit..."
|
||||||
|
description: "Push a specific commit (and any preceding)"
|
||||||
|
|||||||
Reference in New Issue
Block a user