Multiple Choice
Which Git command is needed to stage the file network-deploy.py to then commit the changes to the revision history?
A) git init network-deploy.py
B) git add network-deploy.py
C) git merge network-deploy.py
D) git commit network-deploy.py
Correct Answer:
Verified
Related Questions