dotfiles/fish/.config/fish/functions/gl.fish

5 lines
41 B
Fish
Raw Normal View History

function gl
git log --stat -n 100
end