mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
Update ugit: fix syntax
Co-authored-by: Bhupesh Varshney <varshneybhupesh@gmail.com>
This commit is contained in:
parent
032e20e3e4
commit
55a92b20f8
2
ugit
2
ugit
|
|
@ -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% )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue