DevOps / GIT Interview Questions
Explain git status command.
The git status command displays the state of the working directory and the staging area. It lets you see which changes have been staged, which havent, and which files arent being tracked by Git.
More Related questions...