Hi, you can start a Finder search (cmd-f) with „filename is .git“ and
„file visibility is invisible“. (I don’t know the exact english
command names, i have a german system).
In the Terminal you can search with spotlight
mdfind -onlyin ~/Documents/ -live "(kMDItemFSInvisible = 1) &&
(kMDItemDisplayName = ".git“)
or with unix
find ~ -name ".git“
BTW, an „open with search all repos" would be a nice feature in
GitX! ;-)
Am 09.12.2009 um 23:22 schrieb Dorian K:
I've been wondering how has work been on the welcome screen for GitX?
I have this terrible problem of not remembering or recalling where i
start repo's. I'm pretty new to GIT (and version control as a whole)
and been needing to understand it better.
For the time being, does anyone know a solution of away to find or
locate a repo's that might be on my HD (pref via a GUI)?