nlztrk commited on
Commit
2b8277c
·
1 Parent(s): 2fda329

Upload git_sync.py

Browse files
Files changed (1) hide show
  1. git_sync.py +3 -0
git_sync.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
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')