69 70 71
# File 'lib/prodder/git.rb', line 69 def commit(message, author) inside_repo { git 'commit', "--author='#{author}'", "-m", message } end