dotfiles/fish/.config/fish/functions/gd.fish

4 lines
35 B
Fish
Raw Normal View History

function gd
2022-04-12 14:11:50 +02:00
git diff $argv
end