Answer Posted / 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 |
Post New Answer View All Answers