6 lines
89 B
Fish
Executable file
6 lines
89 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function gittree -d "git show tree"
|
|
git log --graph $argv
|
|
end
|