in Git by (32.2k points)

What does the command git add. do?

The git add command adds a change in the working directory to the staging area. It tells Git that you want to include updates to a particular file in the next commit.

1 Answer

0 votes
by (20.8k points)
Adds all the files to staging area

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma (32.2k points)
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma (32.2k points)
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma (32.2k points)
...