dotfiles/fish/.config/fish/functions/gsv.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
63 B
Fish
Raw Normal View History

function gsv --wraps='git status'
git status --verbose
end