git init git remote add origin <remote url> git pull origin master #To access remote branch git checkout -b <branch name> #Start coding