Google News
logo
Git - Quiz(MCQ)
What's a shortcut to staging all the changes you have?
A)
Git add .
B)
Git commit .
C)
Git commit add .
D)
Git stage -a

Correct Answer :   Git add .

Advertisement