summaryrefslogtreecommitdiffstats
path: root/fish/functions/gco.fish
blob: a99e86be3ebf990ccc9b048edb684d665e389e8b (plain)
1
2
3
4
function gco --wraps='git commit' --description 'alias gco git commit'
  git commit $argv
        
end