DevOps Interview Questions-2025
Git Questions
How to initialize Git locally?
Ans: We can initialize git using the git init command**.** Once git is initialized, a .git directory will be created which is responsible for handling all git operations.
What is a Pre-Commit Hook?
Ans...
devopswithritesh.in28 min read