The git init command creates the .git subfolder within your current working directory and initializes the files that configure git.
$ git init
Linux Shell Scripting Cookbook - Third Edition
by Shantanu Tushar
Published by
Packt Publishing, 2017
The git init command creates the .git subfolder within your current working directory and initializes the files that configure git.
$ git init