Posted by: Pdfprep
Post Date: November 8, 2020
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
Answer: B