In merging section, we simply need to be aware that we are checked out in destination branch , once we are than we can simply perform the merge command i.e
‘git merge branchname” so after this command execution the branchname(mentioned branch) merges to the branch in which is currrently showing in terminal, so it is very important to checkout/switch to the branch, where we are merging this.