Question:
Match the Git command with its function.

- git pull --> updates the local copy of the Git repository with the content of the remote Git repository
- git init --> creates an empty Git repository or makes an existing folder a Git repository
- git push --> updates the remote Git repository with the content changes from the local Git repository
Related exam: DevNet Associate (v1.0) – Module 3 Exam Answers
