reenable tagging keybind in lazygit
This commit is contained in:
parent
0f02c0b467
commit
985d3c10ae
|
@ -19,11 +19,11 @@ customCommands:
|
||||||
context: "localBranches"
|
context: "localBranches"
|
||||||
loadingText: "Pruning..."
|
loadingText: "Pruning..."
|
||||||
description: "prune local branches that have been merged to main/master"
|
description: "prune local branches that have been merged to main/master"
|
||||||
# - key: "<c-t>"
|
- key: "<c-t>"
|
||||||
# context: "global"
|
context: "global"
|
||||||
# command: " tag=$(date +%Y).$(date +%m | sed 's/^0//').$(($(git tag --sort=-v:refname | grep ^$MAJOR.$MINOR | head -n 1 | cut -d . -f 3) + 1)); git tag $tag; git push {{ .SelectedRemote.Name }} $tag; "
|
command: " tag=$(date +%Y).$(date +%m | sed 's/^0//').$(($(git tag --sort=-v:refname | grep ^$MAJOR.$MINOR | head -n 1 | cut -d . -f 3) + 1)); git tag $tag; git push {{ .SelectedRemote.Name }} $tag; "
|
||||||
# description: "Create and push a tag based off the date"
|
description: "Create and push a tag based off the date"
|
||||||
# loadingText: "Tagging/Pushing..."
|
loadingText: "Tagging/Pushing..."
|
||||||
- key: "<c-v>"
|
- key: "<c-v>"
|
||||||
context: "global"
|
context: "global"
|
||||||
description: "Create new conventional commit"
|
description: "Create new conventional commit"
|
||||||
|
|
Loading…
Reference in New Issue