1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-02 22:32:03 +00:00

7 lines
157 B
Fish
Raw Normal View History

2022-04-30 10:21:43 -04:00
set commitline (git log \
--pretty="format:%C(auto)%ar %h%d %s" \
| fzf \
)
and set commit (echo $commitline | cut -d" " -f4 )
and git show $commit