Fastest way to migrate

image

Using curl command

image

Github methodology

image

From above screenshot:

  1.  git checkout -b migration
  2.  git remote -v
  3.  git remote add upstream https://github.com/OpenMage/magento-lts.git
  4.  git fetch upstream
  5.  git rebase -X theirs upstream/1.9.4.x
  6.  git add cron.sh mage 
  7.  git commit