QuestionQ437
Software Development and DesignA developer modified a project and has already staged the files in Git for commit. The developer learns that a colleague has also been working on the same Git project. Before finalizing the commit, which Git command identifies changes made since the most recent commit?
- A git diff HEAD
- B git diff
- C git status
- D git diff --cached
Community Discussion