class Github::Client
def git_data(options={}, &block)
to your Git database on GitHub and to list and update your references
The Git Database API gives you access to read and write raw Git objects
def git_data(options={}, &block) @git_data ||= ApiFactory.new('GitData', current_options.merge(options), &block) end