git init git distote ajouter l'origine git pull

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