Module: Tomo::Plugin::Git::Helpers

Defined in:
lib/tomo/plugin/git/helpers.rb

Instance Method Summary collapse

Instance Method Details

#git(*args, **opts) ⇒ Object



5
6
7
8
9
10
11
# File 'lib/tomo/plugin/git/helpers.rb', line 5

def git(*args, **opts)
  env(settings[:git_env]) do
    prepend("git") do
      run(*args, **opts)
    end
  end
end