updaing readme
Browse files
README.md
CHANGED
|
@@ -35,25 +35,26 @@ Must have:
|
|
| 35 |
|
| 36 |
### Linking Github to HF
|
| 37 |
Get URL of your huggingface space
|
| 38 |
-
```
|
| 39 |
https://huggingface.co/spaces/HF_USERNAME/SPACE_NAME
|
| 40 |
|
| 41 |
-
https://huggingface.co/spaces/KingZack/
|
| 42 |
-
|
| 43 |
```
|
| 44 |
|
| 45 |
|
| 46 |
### Set Github remote to your HuggingFace space
|
| 47 |
|
| 48 |
```bash
|
| 49 |
-
git remote add space https://huggingface.co/spaces/KingZack/
|
| 50 |
```
|
| 51 |
|
| 52 |
### Push what is in your Github to HuggingFace
|
|
|
|
| 53 |
```bash
|
| 54 |
git push --force space main
|
| 55 |
```
|
| 56 |
|
|
|
|
| 57 |
### FIN :)
|
| 58 |
* Dont forget, everytime you push to github you also have to push to huggingface by doing:
|
| 59 |
```git push --force space main```
|
|
|
|
| 35 |
|
| 36 |
### Linking Github to HF
|
| 37 |
Get URL of your huggingface space
|
| 38 |
+
```bash
|
| 39 |
https://huggingface.co/spaces/HF_USERNAME/SPACE_NAME
|
| 40 |
|
| 41 |
+
https://huggingface.co/spaces/KingZack/syncing-github-to-huggingface
|
|
|
|
| 42 |
```
|
| 43 |
|
| 44 |
|
| 45 |
### Set Github remote to your HuggingFace space
|
| 46 |
|
| 47 |
```bash
|
| 48 |
+
git remote add space https://huggingface.co/spaces/KingZack/syncing-github-to-huggingface```
|
| 49 |
```
|
| 50 |
|
| 51 |
### Push what is in your Github to HuggingFace
|
| 52 |
+
|
| 53 |
```bash
|
| 54 |
git push --force space main
|
| 55 |
```
|
| 56 |
|
| 57 |
+
|
| 58 |
### FIN :)
|
| 59 |
* Dont forget, everytime you push to github you also have to push to huggingface by doing:
|
| 60 |
```git push --force space main```
|