0 votes
in GitHub by
Which command creates an empty Git repository in the specified directory?

a)  git reset

b)  git log ..

c)  git init

d)  git init --bare
...