# File lib/librarian/source/git/repository.rb, line 38
        def git?
          path.join('.git').exist?
        end