Anupam251272 commited on
Commit
014b718
·
verified ·
1 Parent(s): 83a1066

Create Git

Browse files
Files changed (1) hide show
  1. Git +7 -0
Git ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ git clone https://huggingface.co/spaces/Anupam251272/
2
+ Step-by-Step-Math-Assistant
3
+ cd YourRepositoryName
4
+ cp /path/to/your/files/* .
5
+ git add .
6
+ git commit -m "Initial commit"
7
+ git push