dotfiles/fish/.config/fish/functions/gdt.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
40 B
Fish
Raw Normal View History

function gdt
git difftool $argv
end