Разница между git lemote и git clone

echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:ameno99/repo.git
git push -u origin master
Good Gentoo