0 votes
in Git by
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

1 Answer

0 votes
by
Answer:-(3)git commit -a -m “message”

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
+1 vote
asked Jul 26, 2019 in Git Slack Integration by sheetalkhandelwal
...