-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ayi git #13
Comments
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. |
|
- FIXME: cant get the std error when git command is not executed correctly
- get https, ssh clone address from browser url
TODO: - http clone (currently we are forcing ssh clone) - unify naming in `config.go` and `remote.go` issues #13
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, |
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 1fc25b1Ayi 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
The text was updated successfully, but these errors were encountered: