Git - Create Branch

Checkout to main branch
1
git checkout develop
Pull Letest
1
git pull
Create new branch
1
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.