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>

Related questions

0 votes
asked May 21, 2020 in Git by SakshiSharma
0 votes
asked Feb 13, 2022 in Git by rajeshsharma
...