Teknofest2023 / git_sync.py
nlztrk's picture
Update git_sync.py
e0bcc33
raw
history blame contribute delete
168 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')