Anupam007 commited on
Commit
5052bf5
·
verified ·
1 Parent(s): 0ca9e14

Create git

Browse files
Files changed (1) hide show
  1. git +9 -0
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