# File lib/librarian/source/git/repository.rb, line 80
        def checked_out?(sha)
          current_commit_hash == sha
        end