Skip to content

Instantly share code, notes, and snippets.

@Sekiphp
Last active May 26, 2021 06:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sekiphp/95558a17bc50af5f60d6a03885fdc284 to your computer and use it in GitHub Desktop.
Save Sekiphp/95558a17bc50af5f60d6a03885fdc284 to your computer and use it in GitHub Desktop.
# check if upstream is configured
git remote -v
git fetch # pull ahead commits from remote
git fetch upstream
git merge upstream/branch_name
git push
git log -n 5
@Sekiphp
Copy link
Author

Sekiphp commented Feb 6, 2021

git remote add upstream git@github.com:OpenMage/magento-lts.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment