问题 I want to find out which repos a repo depends on at Github. Now I can only find the dependent repos of a repo, that is, which repos depends on a repo. Can I find the repos in the reversed way at Github? 回答1: It depends on your notion of "dependencies". In term of Git repositories, one clear dependency is the notion of submodules On GitHub, simply check for the presence of a .gitmodules file, you you would get in it the list of the url of dependent repository. But the reverse wouldn't be easy