Spaces:
Running
Running
Ahmed Mostafa commited on
Commit ·
72b82eb
1
Parent(s): c8ce2ff
update READMEv1.1
Browse files
README.md
CHANGED
|
@@ -23,6 +23,7 @@ Create a new token with Write permissions.
|
|
| 23 |
|
| 24 |
Copy the token immediately — you won’t see it again.
|
| 25 |
```
|
|
|
|
| 26 |
git remote add origin https://your-username:your-token@huggingface.co/spaces/ATInc1/AIdea-Server
|
| 27 |
git add .
|
| 28 |
git commit -m "your commit message"
|
|
|
|
| 23 |
|
| 24 |
Copy the token immediately — you won’t see it again.
|
| 25 |
```
|
| 26 |
+
git remote remove origin
|
| 27 |
git remote add origin https://your-username:your-token@huggingface.co/spaces/ATInc1/AIdea-Server
|
| 28 |
git add .
|
| 29 |
git commit -m "your commit message"
|