7 lines
70 B
Fish
7 lines
70 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gittree
|
||
|
git log --graph $argv
|
||
|
end
|