Teknofest2023 / git_sync.py
nlztrk's picture
Upload git_sync.py
2b8277c
raw
history blame
170 Bytes
import os
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')