$ 0 0 git checkout -b "Branch_name" [ B means Create local branch]git branch --allgit checkout -b "Your Branch name"git branchgit pull origin "Your Branch name"successfully checkout from the master branch to dev branch