5. Which command creates an empty Git repository in the specified directory? (Marks : 1) code example
Example: git init
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"
cd /path/to/my/codebase
git init
git add .
git commit -m "my comment"