Anupam007's picture
Create git
5052bf5 verified
Raw
History Blame Contribute Delete
306 Bytes
cd /
Indian_nutrition_app # Navigate to your project directory
git init
git add . # Add all files to the staging area
git commit -m "Initial commit" # Commit the changes
git remote add origin https://huggingface.co/spaces/Anupam007//
Indian_nutrition_app
git branch -M main
git push -u origin main