1. What is the difference between using squash and fixup when rebasing? Answers Squash deletes previous commits. Squash combines the commit messages into one. Fixup
Category: Course 3- Introduction to Git and Github
1. When we want to update our local repository to reflect changes made in the remote repository, which command would we use? Answers git clone
1. Which of the following commands is NOT an example of a method for comparing or reviewing the changes made to a file? Answers git
1. Your colleague sent you a patch called fix_names.patch, which fixes a config file called fix_names.conf. What command do you need to run to apply