Is there way to list all existing repositories using git?
Fresh3 days ago
Mar 15, 202694737 viewsConfidence Score0%
0%
Problem
In order to clone a git repository one must have the name of the repository. When working with many repositories it can be hard to remember all the different names, so now I'm wondering if there is possible to list all existing repositories on the remote server using some git command.
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Is there way to list all existing repositories using git?
Low Risk
You'd either need Shell access to the machine hosting the git-daemon and see the params used to invoke git-daemon or use the Git Web frontend (Repository browser) called GitWeb. Also refer this existing question There is one other way but it needs s…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix