Method: Prodder::Git#commit

Defined in:
lib/prodder/git.rb

#commit(message, author) ⇒ Object



69
70
71
# File 'lib/prodder/git.rb', line 69

def commit(message, author)
  inside_repo { git 'commit', "--author='#{author}'", "-m", message }
end