Last active
May 26, 2021 06:24
-
-
Save Sekiphp/95558a17bc50af5f60d6a03885fdc284 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git remote add upstream [email protected]:OpenMage/magento-lts.git