Path: blob/master/GitHub/GitHub_Clone_repository.ipynb
2973 views
Kernel: Python 3
GitHub - Clone repository
Tags: #github #snippet #operations #repository
Author: Florent Ravenel
Last update: 2023-05-09 (Created: 2022-12-07)
References:
Input
Import libraries
In [ ]:
Setup Variables
repo_url
: URL of the repository to cloneoutput_dir
: Output directory to clone repo. If None, we will create a folder with the name of the repo
In [ ]:
Model
Clone repository
Clone the repository from the given URL and create a local copy of it.
In [ ]:
Output
Clone repository
In [ ]: