git init

CommandNew filesChanged filesDeleted files

Initialize a new git repository. Use the --template= parameter to indicate that git should not copy (sample) hook files into the new repository

Alice/> git init --template=
Initialized empty Git repository in /home/rene/github/github/git-internals/repos/init/Alice/.git/

The content of .git/HEAD is refs/heads/master although this file does not yet exist.

snap no: 1
.git/HEAD
.git/config