git - browse remote repos

百般思念 提交于 2019-12-06 14:48:58

No, git alone would not offer that kind of feature.

If you have an intermediate layer between the listener (ssh) and your repo, like gitolite, then you can call special gitolite commands in order to get all the repos available (that you are authorized to see).

For instance, the info command

ssh git@host info -h for help: tells you what version of gitolite and git are on the server, and what repositories you have access to.

To browse their content, you would need an Apache or a CGit server.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!