Checkout to main branch
git checkout develop
Pull Letest
git pull
Create new branch
git checkout -b jinnabalu/brnachName
jinnabalu: user name of the github, to recognize the user by branch name easily when working with team
branchName: brnachName for readability we maintain NamingConvension for naming the branch.