homes/common/.config/fish/functions/gittree.fish

6 lines
89 B
Fish
Executable file

#!/usr/bin/env fish
#
function gittree -d "git show tree"
git log --graph $argv
end