Which Git command is needed to stage the file network-deploy.py to then commit the changes to the revision history?

Posted by: Pdfprep Category: 300-535 Tags: , ,

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