Git has that functionality built in, see https://git.wiki.kernel.org/index.php/Aliases

        git config --global alias.ci commit





On 30/11/2012 16:09, Jakub Arnold wrote:
Say that I have defined a simpe "alias" as a function

function gco
  git checkout $argv
end

and I want to provide the same autocomplete that `git checkout` would have. Is it possible to do that in a simple way?


------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net


_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to