+1 vote
in Git by
What is the GIT command to skip staging and directly commit the changes directly ?

Select the correct Answer from below list

(1)git skip stage

(2)git add changes

(3)git commit -a -m “message”

(4)git commit

1 Answer

0 votes
by
git commit -a -m “message”

Related questions

+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
+1 vote
asked Jul 25, 2019 in Git by SakshiSharma
...