dotfiles/fish/functions/gdc..fish

4 lines
70 B
Fish
Raw Normal View History

function gdc.
git diff --cached --color-words='.' $argv | mate;
end