class Github::Client
def git_data(options = {})
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 = {}) @git_data ||= Github::GitData.new(options) end