...

>

Initializing Git Repository

Initializing Git Repository

Learn how to initialize a “Git repository” in your project.

To initialize a Git repository, run git init from within the root folder of the source that you want to manage.

1	mkdir
...