Différence entre la télécommande GIT et le clone Git

echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin [email protected]:ameno99/repo.git
git push -u origin master
Good Gentoo