Google News
logo
Git - Interview Questions
How can you initialize a repository in Git?
If you want to initialize an empty repository to a directory in Git, you need to enter the git init command. After this command, a hidden .git folder will appear.
Git Repository Initialize
Advertisement