File size: 535 Bytes
a258686
3a51f31
a258686
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#from git import Repo

#repo = #Repo.clone_from('https://tracinginsights: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@github.com/TracingInsights/Charts.git', 'tracinginsights/F1-analysis', #no_checkout=True)



import pygit2
import os

current_working_directory = os.getcwd()

pygit2.clone_repository("https://tracinginsights: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@github.com/TracingInsights/Charts.git", current_working_directory)