Module Quiz: Working with Git
Graded Quiz • 30 min Quiz08 Questions Week 3
Re⥃askly Logo

Module Quiz: Working with Git

Graded Quiz • 30 min Quiz08 Questions Week 3
Practice More Quizzes:
Quiz
Quiz
08 Questions Week 2
Quiz
08 Questions Week 3
Quiz
11 Questions Week 4

Q:

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

Q:

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

Q:

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

Q:

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

Q:

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

Q:

You want to create a new branch named “feature”. Which of the following commands can you use?

Q:

You’re working on a clothing store application and run the git diff command on your local repository. It outputs the lines below. Which clothing item was removed as part of these changes? @@ -4,8 +4,8 @@ * Hat-* Shoes+* Dress * Watch

Q:

What command in git can be used to show all changes made by each developer?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Find Questions in This Page: "CTRL+F"