Quantcast
Channel: Git | PHP MySQL Talk
Browsing latest articles
Browse All 6 View Live

Magento upgrading with Git

It’s rather easy but you have to ensure that your site is based on some master repo that can be merged down the stream with earlier versions (repo that has all Magento versions as tags or branches that...

View Article



When do you use git rebase instead of git merge?

When is it recommended to use git rebase vs. git merge? Do I still need to merge after a successful rebase? Answer: Short Version Merge takes all the changes in one branch and merge them into another...

View Article

What are the differences between ‘git pull’ and ‘git fetch’?

What are the differences between git pull and git fetch? Answer: In the simplest terms, git pull does a git fetch followed by a git merge. You can do a git fetch at any time to update your...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images