What is “Staging Area” or “Index” in GIT?
Answer / Pujit Kumar Jha
'Staging Area' (also known as the 'Index') is a temporary storage area in Git where you prepare specific changes for commit. You add files to the staging area using 'git add', and then commit those staged changes with 'git commit'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is git fork?
Name a few git commands?
What is the purpose of branching in GIT?
Explain the difference between rebase and merge?
What work is restored when the deleted branch is recovered?
To delete a branch what is the command that is used?
What is the difference between GIT and SVN?
What is another option for merging in git?
Explain git stash, pop?
How can you create a repository in Git?
Explain the advantages of forking workflow?
Name a few Git repository hosting services