2017-10-12 23 views

Répondre

0
git init 
git remote add origin https://github.com/username/repository.git 
git add . 
git commit -m "first - commit" 
git push -u origin master