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.
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |