To create a new Git repository locally, you can follow these steps:
cd
command:cd /path/to/new/repository
git init
command:git init
Note: If you already have an existing Git repository locally and want to create a new repository, make sure to move to a different directory where you want to create the new repository.