git init git add . git commit -m "initial commit" git branch -M main git remote add origin https://github.com/AnkitaKoley81/chai_aur_python.git git push -u origin main ...