Class: Avmtrf1::Tools::Runner::Git::PushLarge

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/tools/runner/git/push_large.rb

Constant Summary collapse

DEFAULT_REPO_PATH =
'.'
DEFAULT_REMOTE =
'origin'

Instance Method Summary collapse

Instance Method Details

#runObject



24
25
26
27
28
29
30
31
# File 'lib/avmtrf1/tools/runner/git/push_large.rb', line 24

def run
  ::Avmtrf1::Git::PushLarge.new(
    ::File.expand_path(repo_path),
    remote,
    parsed.source_ref,
    parsed.target_ref
  ).run
end