1.

What is the Git command to skip staging and commit the changes directly?

Answer»

What is the Git COMMAND to skip staging and commit the changes DIRECTLY?
Choose the correct option from below list
(1)git skip stage
(2)git ADD changes
(3)git commit -a -m MESSAGE
(4)git commit

Answer:-(3)git commit -a -m message



Discussion

No Comment Found