class Git::Base

def write_and_commit_tree(opts = {})

def write_and_commit_tree(opts = {})
  tree = write_tree
  commit_tree(tree, opts)
end