LCM Logo
Programming

GitHub

Create a new GitHub repository

  • Go to GitHub and create a new repository. You can do this by clicking the "+" icon in the top right corner and selecting "New repository".
  • Name your repository (e.g., my-new-project), add a description, and choose whether to make it public or private.
  • Initialize the repository with a README file and choose a license if desired.
  • Click "Create repository".
  • Copy the URL of your new repository (e.g., https://github.com/username/my-new-project.git).

Clone the repository

git clone https://github.com/username/my-new-project.git
cd my-new-project

Resources

On this page