dotfiles/fish/functions/gdt.fish
2022-11-27 14:20:25 +08:00

3 lines
107 B
Fish

function gdt -w "git diff" -d "List changed files"
git diff-tree --no-commit-id --name-only -r $argv
end