Commands used in this video:
git branch -list all the branches
git branch branch_name - To create the branch
git checkout branch_name -To switch the branch
git merge branch_name To Merge new branch in master branch
git branch -d branch_name — To delete from local
git push origin --delete branch_name — To delete from remote