Push github Repo в командной строке

git remote add origin https://github.com/User/Project
git branch -M main
git push -u origin main
Akako