InterviewSolution
Saved Bookmarks
| 1. |
How to get the current status of local repository? |
|
Answer» Using 'git status' command in the repository working DIRECTORY, when this command is used it will display-
If there is no file/folder to add or commit then it will just display name of the branch and MESSAGE "NOTHING to commit, working directory clean" |
|