Git Quiz (Set 4) Git (Set 4) 1 / 10 What is the purpose of 'git log --graph'? To list the available branches To switch between branches To see the most recent commit To create a visual representation of branching and merging in the commit history 2 / 10 What is 'squashing' commits in Git? The process of combining multiple commits into a single commit The process of merging multiple branches The process of deleting a remote repository The process of switching between branches 3 / 10 What is the purpose of 'git log --grep'? To display a list of available branches To list the commit history To filter commit history based on a specific search string To switch between branches 4 / 10 What does 'git tag' display? A list of available branches A list of recent commits A list of remote repositories A list of tags created in the repository 5 / 10 What is the purpose of 'git log --since'? 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 6 / 10 What does 'git config --global' do? It configures the current repository It configures the user's Git settings globally It displays the commit history It lists the available branches 7 / 10 What is the purpose of 'git log --author'? To display a list of available branches To list the commit history To filter commit history based on the author's name To switch between branches 8 / 10 What is a 'submodule' in Git? A separate Git repository embedded within another repository A type of commit message A command used to create new branches A label that points to a specific commit 9 / 10 What is the purpose of 'git remote -v'? To list the available branches To display the commit history To list the remote repositories associated with the current repository To switch between branches 10 / 10 What is the purpose of 'git log --oneline'? To display a list of available branches To list the commit history with abbreviated commit hashes and messages To display the commit history along with the changes introduced by each commit To switch between branches Your score isThe average score is 0% 0% Restart quiz