4 lines
94 B
Fish
4 lines
94 B
Fish
function glo --wraps='git log' --description 'alias glo=git log'
|
|
git log $argv
|
|
|
|
end
|