COM6018 Data Science with Python
Cloning a repository
We can make a copy of an existing repository using git clone
git clone <url>
This will make a copy of the repository in a new directory with the same name as the repository.
We can easily clone repositories from GitHub. For example, to clone the COM6018 repository:
git clone https://github.com/UOS-COM-6018/COM6018.git