Method: Avmtrf1::Git::PushLarge#initialize
- Defined in:
- lib/avmtrf1/git/push_large.rb
#initialize(git_local_path, remote_name, source_ref, target_ref) ⇒ PushLarge
20 21 22 23 24 25 26 |
# File 'lib/avmtrf1/git/push_large.rb', line 20 def initialize(git_local_path, remote_name, source_ref, target_ref) @git = ::Avm::Git::Launcher::Base.new(git_local_path) @remote_name = remote_name @source_ref = source_ref @target_ref = target_ref @last_pushed_revision = nil end |