Spaces:
Sleeping
Sleeping
Update git_sync.py
Browse files- git_sync.py +1 -2
git_sync.py
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
import os
|
2 |
-
|
3 |
-
os.system(f'git clone https://{os.environ["github_token"]}@github.com/L2-Regulasyon/Teknofest2023.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard')
|
|
|
1 |
import os
|
2 |
+
os.system(f'git clone https://{os.environ["github_token"]}@github.com/L2-Regulasyon/Teknofest2023.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard')
|
|