- Forums
- Scripts
- What Command To Use To Create A New Git Repository
use the command i give you in this page to create a new git repository [8950], Last Updated: Sat May 18, 2024
giter
Wed Dec 09, 2015
0 Comments
57 Visits
ok, this is one of the most basic commands you use, but as a beginner, if you dont use git that much, you can forget it, thats why i have created my notes here to help you. the command is very simple:
git init Repository_name
not that by default, when you create a brand new repository, git does not create a new commit also, you will have to create the initial commit
to get more information about the newly created repository, run the status command:
git status