version control coursera week 4 quiz answers End-of-course graded assessment 1. What is Revision History in Version Control? Answers A record of all changes in a projectA record of all bugs in a projectA record of all users in a project 2. In Bash, which of the following commands will change the working directory? Answers rmmkdircd 3. In Bash, which of the following commands will create a file? Answers pwdtouchmv 4. Which of the following can be used to search for text in a file? Answers GrepPipeUniq 5. Which Git command is used to upload the latest changes to a remote repository? Answers git pushgit pullgit clone 6. True or false. Changes must be added to the Git staging area before they are committed. Answers truefalse 7. True or false. When creating a new branch using the git branch command, that branch is immediately available to other developers. Answers truefalse 8. Which Git command is used to check changes in a file line by line? Answers git statusgit diffgit remote -v 9. In the following differential output, which line was deleted?@@ @@RedBlue-Green+Yellow Answers RedBlueGreenYellow 10. When cloning a forked repository, what does the origin refer to? Answers The original repositoryThe forked repositoryThe local repository Share the love Share this content Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window Opens in a new window You Might Also Like Course 3: Prepare Data for Exploration Week 1 – HTML in depth Week 5: Course challenge | Prepare data for exploration Leave a Reply Cancel replyCommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) Save my name, email, and website in this browser for the next time I comment.