InterviewSolution
Saved Bookmarks
| 1. |
What does git status command do? |
|
Answer» GIT status command is used for showing the difference between the working directory and the INDEX which is helpful for UNDERSTANDING git in-depth and also keep TRACK of the tracked and non-tracked changes. |
|