Create new git repository on your computer

Here's a step-by-step guide to create a new Git repository on your computer:

Step 1: Open the Terminal

Step 2: Navigate to the directory where you want to create the repository

Step 3: Initialize a new Git repository

Step 4: Create a new directory for your project

Step 5: Add files to your repository

Step 6: Add the files to the Git repository

Step 7: Commit the changes

Step 8: Verify the repository

That's it! You now have a new Git repository on your computer. You can use Git to manage your project and collaborate with others.