Git Quiz (Set 7) Git (Set 7) 1 / 10 What is the purpose of 'git log --author'? To display a list of available branches To list the commit history To switch between branches To filter commit history based on the author's name 2 / 10 What is the purpose of 'git pull origin'? To push local changes to the remote repository To fetch changes from the remote repository and merge them into the current branch To fetch changes from the remote repository and update the current branch To discard local changes and revert to the last commit 3 / 10 What is the purpose of 'git log --graph'? To create a visual representation of branching and merging in the commit history To list the available branches To switch between branches To see the most recent commit 4 / 10 What is a 'fast-forward' merge in Git? A type of merge that only involves two branches A type of merge that automatically resolves all conflicts A type of merge that creates a new branch A type of merge that discards local changes 5 / 10 What is the purpose of 'git rebase'? To create a new branch To merge changes from a remote repository into a local branch To reapply a series of commits on top of another branch To switch between branches 6 / 10 What does 'git log --since' do? To display a list of available branches To list the commit history To filter commit history based on a specific time period To switch between branches 7 / 10 What is the purpose of 'git stash drop'? To permanently delete the most recent stash To discard the stash and reapply it To apply the most recent stash and remove it from the stash list To create a new stash 8 / 10 What does 'git log --stat' display? A list of available branches A list of the most recent commits A list of commits along with statistics about the changes made in each commit A list of remote repositories 9 / 10 What is a 'pull request' in Git? A request to discard local changes A request to merge changes from a remote repository into a local branch A request to switch to a different branch A request to create a new branch 10 / 10 What is the purpose of 'git log --pretty'? To list the available branches To display a prettier version of the commit history To switch between branches To display the commit history along with the changes introduced by each commit Your score isThe average score is 0% 0% Restart quiz