init

syntax: git init

What?

git init is used to create a new local Git repository in the current folder. This command creates a new subdirectory named .git that contains all of your necessary repository files.