File size: 396 Bytes
71c19a9
f99ed3d
 
 
 
 
 
71c19a9
 
f99ed3d
71c19a9
 
ff8821d
71c19a9
6aed482
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: sample app
emoji: πŸ‘¨β€πŸš€
colorFrom: purple
colorTo: red
sdk: gradio
sdk_version: 4.4.1
app_file: app.py
pinned: false
license: mit
---

# hugging-face-space

## intergrating git with huggingspace

```
git remote set-url space git@hf.co:spaces/isayahc/tutorial-space.git
```


```
git add .
```

```
git commit -S -m "Your commit message"
```

```
git push --force space main
```