Hacker News new | ask | show | jobs
by cerved 1491 days ago

  find / -type d -name .git
1 comments

As an auditor you don't have anything checked out locally yet, so no .git will exist. If you ask an individual developer or randomly picked developers, they will only have their specific repos checked out. If you look at the server hosting the repos then yes you may get them all. Assuming they are all on one server...