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 fork? What is difference between fork and branch? How to create tag?
What is ‘bare repository’ in GIT?
How many heads can be created in a repository?
What does ‘hooks’ comprise of in git?
What does commit object contain?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is GIT stash?
How to rebase master in git?
What commands will you use to bring a new feature to the main branch?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
What is the function of ‘git diff ’ in git?
Why is it desirable to create an additional commit rather than amending an existing commit?