73 74 75
# File 'lib/prodder/git.rb', line 73 def push inside_repo { git 'push', 'origin', 'master:master' } end