Search notes:

.git/refs/remotes

This directory lists all remote repositories that were created with git remote plus the repository named origin that points to the repository from which the local repository was cloned from (if it was cloned, of course).

See also

Local branches are listed below ./git/refs/heads
.git directory structure
.git/refs

Index