module Avmtrf1::Git::PushLarge::SourceCommit::Push

def run_pushs

def run_pushs
  return if LFS_FILE_MIN_SIZES.any? do |lfs_file_min_size|
    lfs_commit = ::Avmtrf1::Git::PushLarge::LfsCommit.new(self, lfs_file_min_size)
    lfs_commit.start_banner
    push_with_lfs(lfs_commit)
  end
  raise 'Push de todos os commits falharam'
end