InterviewSolution
Saved Bookmarks
| 1. |
GIT Status |
|
Answer» git status is mainly used to display the state of the staging area and the repository. It helps us to track all the changes made, point out untracked files. Command: git statusgit status after a file is added
git status after a file is deleted after commit
|
|