Skip to content

Module Quiz: Working with Git :Version Control (Meta React Native Specialization) Answers 2025

1. The git add command will add files and changes to the staged area.

✔️ True
❌ False


2. What git command will show you the current state of the local working directory?

✔️ git status
❌ git pull
❌ git clone


3. What command do you use to upload changes to a remote repository?

✔️ git push
❌ git clone
❌ git commit


4. The git diff command will show the revision history of a repository.

✔️ False
❌ True


5. Which command is used to download the latest changes from a remote repository?

✔️ git pull
❌ git push


6. Create a new branch named “feature”. Select all that apply.

✔️ git checkout -b feature
✔️ git branch feature
❌ git clone feature


7. Which clothing item was removed?

✔️ Shoes
❌ Dress
❌ Watch
❌ Hat


8. What git command shows who made changes to each line in a file?

✔️ git blame
❌ git diff
❌ git clone
❌ git log


📘 Summary Table (Your Preferred Style)

Q Correct Answer
1 True
2 git status
3 git push
4 False
5 git pull
6 git checkout -b feature, git branch feature
7 Shoes
8 git blame