dotfiles/fish/functions/gdc.fish

4 lines
51 B
Fish
Raw Normal View History

function gdc
git diff --cached $argv | mate;
end