fish/functions/gg.fish @ 954e95288732

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 14 May 2015 11:06:43 -0400
parents 8a78e472f3ea
children (none)
function gg -d "git g"
    git g $argv
end