Open at15 opened 9 years ago
Recommend: git-hooks, all documented hooks available.
@arrowrowe I opened this issue because I saw you star that repo :) . One purpose for Ayi is to let user get ride of the headache of using multiple tools will different interface and let ayi handle them.
https://github.com/ChimeraCoder/gitgo now there is a go library for git that do not use libgit and git binary
does not support apache git repos, git clone git://git.apache.org/aurora.git
will fail
Use git command through ayi
github/dyweb/Ay
i ->git@github,com:dyweb/Ayi.git
/home/xiaomie/github/dyweb
.(note, this have the host website as prefix, and it will work well withgo
). callgit clone
anywhere, but they will end up in the same place :) Finished in 1fc25b1177510553d78042974018110db4f42305Ayi git hook
to manage hooksWindows only
git update-index --chmod=+x <file>
from dedek's answer for this question.Manage multiple git repositories at same time
Ref