Githubga project yuklash uchun eng asosiy commandlar ro'yxati va ketma-ketligi:
#github #actions
@python_core_oop
cd project_nomi
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/username/repo_nomi.git
git push -u origin main
#github #actions
@python_core_oop