You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain other repository management tools, such as Gitolite, allow a user to see what repositories they have access to by passing info to the SSH command.
Certain other repository management tools, such as Gitolite, allow a user to see what repositories they have access to by passing info to the SSH command.
For example, ssh git@git.gitea.io info
The result is a list of repositories.
This is really useful not only for command-line users but also for quickly verifying what access someone has.
Could Gitea support this?
(Moved from go-gitea/gitea#5124)