cd indian_recipe_bot git init git add . git commit -m "Initial commit" git remote add origin # Replace with your space URL git push -u origin main