SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
Web Development Path
/
Deploy a Real App
Web Development Path
Deploy a Real App
10 questions
Question 1 of 10
Score:
0
/ 0
What does `git add .` do?
A
Commits all changes with an empty message
B
Stages all changed and untracked files in the current directory for the next commit
C
Pushes all local commits to the remote repository
D
Creates a new branch from the current state
← Back to lesson notes