Version Control
git init
Initialize a new Git repository.
Syntax
$git init [OPTIONS] [DIRECTORY]
Examples
$git init
$git init myproject
Typical use cases
?
Standard usage
git init --help
Note
Creates the .git directory.
Export