Spaces:
Runtime error
Runtime error
ChihChiu29
commited on
Commit
•
b6eb5c9
1
Parent(s):
316f95c
updated tutorial
Browse files- tutorial.md +6 -0
tutorial.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Use git to push changes to huggingface repository
|
2 |
|
3 |
First use `huggingface_cli.exe login` to login (follow its instruction), then use git commands for pushing.
|
|
|
1 |
+
## Clone respository using git
|
2 |
+
|
3 |
+
```bash
|
4 |
+
git clone https://huggingface.co/spaces/ChihChiu29/mychatbot
|
5 |
+
```
|
6 |
+
|
7 |
## Use git to push changes to huggingface repository
|
8 |
|
9 |
First use `huggingface_cli.exe login` to login (follow its instruction), then use git commands for pushing.
|