git

Create a new working Git repository

Running git init will create an empty working git repository using the current working directory. If the command is run within an existing git repository, the repository will be reinitialized.

$ git init

more Git posts