Steps to create a new repository
- Create a new repository on GitHub.
- Copy the SSH URL(located under “Code”) of the repository.
- Open a terminal and navigate to the directory where you want to create the repository.
-
Run the following command to clone the repository:
git clone <url>
- Navigate to the newly created directory.
- Run
code .
to open the directory in VS Code.