Git Merge v/s Git Rebase
Git merge
'Merge', the word spells out that one has to combine two different things. Like rivers merge into one big river.
In git merge is used to merge a temporary branch to the main/master branch.
Git Merge is used to combine changes from one bran...
coolsrj.hashnode.dev4 min read