0 votes
30 views
in DFA by (0 points)
closed by

When we try to push the changes into github.com using git, few git commands need to
be executed. Identify the right order of execution of the following git commands.

a. git add . ; git commit -m “Commenting” ; git push
b. git commit -m “Commenting” ; git push ; git add .
c. git commit -m “Commenting” ; git add . ; git push
d. git push ; git add . ; git commit -m “Commenting”

closed

1 Answer

0 votes
by (0 points)
 
Best answer
A

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...