Knowledge check

Completed
1.

What is the primary advantage of the distributed nature of Git?

2.

When a Git user copies a repository, what term describes the reference that Git sets up for the original repository?

3.

What Git command makes a copy of an existing repository?

4.

What Git command can be used to save current changes, but without using a pull request?

5.

Suppose you have a project that has 10 files in your local working branch of the repo. You recently updated 3 of the files: toc.yml, intro.txt, and exercise.json. Now, you want to create a pull request for only the changes to the JSON file. What set of Git commands should you use to create the pull request for only those changes?