0 votes
in DevOps by
What is ‘Staging Area’ or ‘Index’ in GIT?

1 Answer

0 votes
by
Before committing a file, it must be formatted and reviewed in an intermediate area known as ‘Staging Area’ or ‘Indexing Area’.

#git add <file_name>
...