Spaces:
Runtime error
Runtime error
added more instructions for huggingface intergration
Browse files
README.md
CHANGED
@@ -12,3 +12,22 @@ license: mit
|
|
12 |
|
13 |
# hugging-face-space
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
# hugging-face-space
|
14 |
|
15 |
+
## intergrating git with huggingspace
|
16 |
+
|
17 |
+
```
|
18 |
+
git remote set-url space git@hf.co:spaces/isayahc/tutorial-space.git
|
19 |
+
```
|
20 |
+
|
21 |
+
|
22 |
+
```
|
23 |
+
git add .
|
24 |
+
```
|
25 |
+
|
26 |
+
```
|
27 |
+
git commit -S -m "Your commit message"
|
28 |
+
```
|
29 |
+
|
30 |
+
```
|
31 |
+
git push --force space main
|
32 |
+
```
|
33 |
+
|