git init The git init command is used to initialize a new Git repository in an existing or newly created directory. When you run git init, Git creates a new .git subdirectory in the current directory, which contains all the necessary files and direct...
devopsgeeks.hashnode.dev1 min readNo responses yet.