Login
Remember
Register
Ask a Question
Which Git command to skip staging and commit the changes directly?
0
votes
asked
Jun 8, 2020
in
Git
by
DavidAnderson
Which Git command to skip staging and commit the changes directly?
(1)git skip stage
(2)git add changes
(3)git commit -a -m “message”
(4)git commit
#git
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 8, 2020
by
DavidAnderson
Answer:-(3)git commit -a -m “message”
...