Update ugit: fix syntax

Co-authored-by: Bhupesh Varshney <varshneybhupesh@gmail.com>
This commit is contained in:
Kopal Chakravarty 2022-08-09 09:10:57 +05:30 committed by GitHub
parent 032e20e3e4
commit 55a92b20f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ugit
View file

@ -276,7 +276,7 @@ undo_git_tag() {
exit
fi
tag=$(git tag | fzf --ansi --height 80% \
--reverse --multi --header="Choose tag to undo" \
--reverse --multi --header="Choose a tag to remove" \
--preview "echo {} | cut -d' ' -f1 | xargs -I{} git show --color --pretty=format:%b {}" \
--bind 'j:down,k:up,ctrl-j:preview-down,ctrl-k:preview-up,ctrl-space:toggle-preview' --preview-window right:60% )