Spaces:
Sleeping
Sleeping
Create git
Browse files
git
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cd /
|
| 2 |
+
Indian_nutrition_app # Navigate to your project directory
|
| 3 |
+
git init
|
| 4 |
+
git add . # Add all files to the staging area
|
| 5 |
+
git commit -m "Initial commit" # Commit the changes
|
| 6 |
+
git remote add origin https://huggingface.co/spaces/Anupam007//
|
| 7 |
+
Indian_nutrition_app
|
| 8 |
+
git branch -M main
|
| 9 |
+
git push -u origin main
|