What is the difference between the ‘git diff ’and ‘git status’?
Answer Posted / Zainul Abdin
The 'git diff' command shows the differences between two commits, a commit and the working directory, or between two branches. The 'git status' command shows the changes in the working directory that haven't been added to the index yet.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers