Commands.app

git init

Repository Setup

Initialize a new Git repository

Examples
Common usage examples

Initialize current directory as Git repo

git init

Create and initialize new directory

git init myproject
Related Commands
You might also find these useful