dotfiles/fish/functions/gdc.fish

4 lines
51 B
Fish
Executable File

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