Day 21: Git Zero To Hero π
Table of contents
Merging
Let's say you have created develop branch and have made the new contact form now finally u have to merge it into your master branch. Let's do it...
Before develop branch is merged into the master branch ...
After develop branch is merged into the master branch ..., and yes u have to be in the master branch to merge develop branch.
git merge develop
The above 2 images clearly show the difference before and after merging.
Next Blog Teaser π
More about mergingπ€©
Thanks for reading ππ§‘
Β