isayahc commited on
Commit
6aed482
β€’
1 Parent(s): f99ed3d

added more instructions for huggingface intergration

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