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 |
Describe the branching strategies you have used.
What are the different ways you can refer to a commit?
What is the function of ‘git stash apply’?
What is a ‘conflict’ in git?
What is another option for merging in git?
Explain the advantages of forking workflow?
How many heads can be created in a repository?
What is the common branching pattern in GIT?
How to resolve a conflict in git?
What is the function of ‘git reset’?
Explain what is commit message?
Distinguish between git fetch and git pull?