1
0
Fork 0

lazygit: clean up config

This commit is contained in:
Luca Bilke 2024-07-15 17:40:11 +02:00
parent 741bde2078
commit f9c5e4961c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ customCommands:
description: "prune local branches that have been merged to main/master"
- key: "<c-t>"
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"
loadingText: "Tagging/Pushing..."
- key: "<c-v>"