Glossary

git init

Git

The command that turns a plain folder into a Git repository by creating a hidden .git folder inside it. You run it once, right at the start of a project, and never again.