Git - Additional
Merging Branches - Pre Requisites
Analyze the differences git diff git diff master..<Branchname>
Prevent Conflicts
Steps to Merge Branches:
Switch to the branch you want to merge
Execute git merge <Branch Name>
Note: You can also use Git G...
cloud-devops.hashnode.dev5 min read