Day 24: Git Zero To Hero ๐
Table of contents
Hope u remember our previous blog :
As u can see in the above image in rebase all the commits are in a linear fashion ๐, that's a major difference.
Let's do rebasing:
Do 1 commit from the master branch and then create 1 branch name feature and do 2 commits as done in the above image.
Let's REBASE ๐
In the above image, we have made some changes in the master branch and have done one commit.
Now create one branch feature and do 2 commits
As u can see 2 commits were made by the feature branch and the head is on a feature branch.
Now let's do rebasing, if u want to rebase the feature branch into the master branch then u have to be @ feature branch.
git rebase master
The above image reveals everything ๐
Next Blog Teaser ๐
Nothing, U are now GITESTER ๐คฉ
Bas aab yahan tak hi tha safar .... ๐ข๐
Thanks for reading ๐๐งก