module Avmtrf1::Git::PushLarge::LfsCommit::Push

def fresh_push

def fresh_push
  fresh_push_banner
  check_push_result(
    git.execute(
      'push', push_large.remote_name, '--force',
      "#{commit.sha1}:#{push_reference}"
    )
  )
end