Day 20: Git Zero To Hero π
Table of contents
Introduction To Merging
In our previous blogs, we created a new branch develop in which we are working on improving our contact form , we cannot directly make changes in the master branch and mess with the main code that's why we have created a different branch "develop" and writing code in that branch. But what if we are satisfied with our new improved contact form in develop branch yes here comes the concept of merging π, that's where merging comes into place.
The above images clearly show the concept of merging , we have to be in master branch then only we can merge the feature branch.
Next Blog Teaser π
More about mergingπ€©
Thanks for reading ππ§‘
Β