mirror of https://github.com/bjeanes/dotfiles.git
4 lines
51 B
Fish
4 lines
51 B
Fish
|
function gdc
|
||
|
git diff --cached $argv | mate;
|
||
|
end
|