Creating & Cloning Repositories
A repository (repo) is where your project lives on GitHub. You can create a new repo to start a project or clone an existing one to your computer.
Creating a Repository
- Click the "+" icon in the top right and select "New repository".
- Fill in the repo name and details.
- Click "Create repository".
Cloning a Repository
To work on a project locally, you clone it using Git.