What is the function of ‘git diff ’ in git?
Answer / Mohd Altaf Khan
Git diff shows the differences between commits, branches, or files within a repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ‘git status’ is used for?
How do you find a list of files that have changed in a particular commit?
What is git bisect and what is its purpose?
What is a distributed vcs?
Explain the difference between rebase and merge?
How is git instaweb used?
How can you create a repository in Git?
What does a commit object contain?
What is “Staging Area” or “Index” in GIT?
What language is used in GIT?
What is a ‘conflict’ in git?
What is the function of ‘git stash apply’?