git init git remote добавить git git ullie
git init
git remote add origin <remote url>
git pull origin master
#To access remote branch
git checkout -b <branch name>
#Start coding
Wicked Wolf