Git Quiz (Set 8) Git (Set 8) 1 / 10 What is a 'remote-tracking branch'? A branch that only exists on the remote repository A branch used for experimentation and testing A branch that is automatically merged with the main branch A reference to the state of a branch on the remote repository 2 / 10 What is the purpose of 'git diff'? To list the available branches To display a list of recent commits To display the differences between the working directory and the last commit To switch between branches 3 / 10 What is a 'bare' repository in Git? A repository without any commits A repository that doesn't have a working directory, used for sharing and collaboration A repository with multiple branches A repository with only one branch 4 / 10 What is the purpose of 'git clone'? To create a new repository To create a new branch To copy an existing repository from a remote server To switch between branches 5 / 10 What does 'git log --grep' do? 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 6 / 10 What is a 'fetch' operation in Git? A way to retrieve changes from a remote repository without merging A way to merge changes from a remote repository into a local branch A way to switch between branches A way to create a new branch 7 / 10 What is the purpose of 'git stash clear'? To permanently delete the stash To apply the most recent stash and remove it from the stash list To discard the stash and reapply it To create a new stash 8 / 10 What is a 'remote' in Git? A branch that exists only on the remote repository A separate repository used for backups A pointer to a repository hosted on a different server A way to access the terminal within Git 9 / 10 What is the purpose of 'git cherry-pick'? To list the available branches To apply a specific commit from one branch to another To create a new branch To switch between branches 10 / 10 What does 'git log --graph' display? A list of available branches A visual representation of the commit history with branch and merge information A list of recent commits A list of remote repositories Your score isThe average score is 0% 0% Restart quiz