//Підключення проекта до GitHub-репозиторій// git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/<твій-логін>/<ім’я-репо>.git git push -u origin main
//Підключення проекта до GitHub-репозиторій// git init git add . git commit -m "Initial commit" git branch -M main git remote add origin https://github.com/<твій-логін>/<ім’я-репо>.git git push -u origin main