module Hoe::Git2
class Hoe
hoe-git2
1.8.0
# __run_git
def __run_git(command, *params) `#{__git(command, *params)}`.strip.chomp end