# File lib/grit/config.rb, line 8
    def []=(key, value)
      @repo.git.config({}, key, value)
      @data = nil
    end