Initialize a new git repository. Use the --template= parameter to indicate that git should not copy (sample) hook files into the new repository
--template=
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.
.git/HEAD
.git/config