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

4 lines
68 B
Fish
Raw Normal View History

2016-06-14 09:12:19 +00:00
function gl
2016-06-14 10:16:56 +00:00
git log --oneline --graph --decorate --all $argv;
2016-06-14 09:12:19 +00:00
end