# File lib/git/base.rb, line 87
    def chdir
      Dir.chdir(dir.path) do
        yield dir.path
      end
    end