Method: Git::Base#write_and_commit_tree

Defined in:
lib/git/base.rb

#write_and_commit_tree(opts = {})

[View source]

627
628
629
630
# File 'lib/git/base.rb', line 627

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