Git

Local git 2019.12.02

Define a repo somewhere in your file system with a bare init

1mkdir -p /somewhere/repo/test_project
2cd /somewhere/repo/test_project
3git init --bare

Now create a local folder for your work with init only