This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
How does GitHub's top-level search bar differ from the search options available on repository tabs?
Other than being located in different parts of the user interface, they're otherwise the same.
They support different filter syntax options.
The top-level search bar supports searching everything across all of GitHub, whereas the repository tab searches are scoped to cover specific types in the current repository.
What does git blame do?
git blame
It creates a bug assigned to the last person who committed changes to the specified file.
It displays the commit history of the file.
It reverts the effects of a git praise command.
git praise
Suppose a bug issue is reported on your project, and you know which pull request introduced the problem. Which of the following options is not a cross-linking best practice?
Don't create cross-links when the root cause of the issue is already known.
Add a comment to the bug report that includes the pull request's author by using an @mention.
Add a comment to the bug report that links the pull request to it using the #ID syntax.
You must answer all questions before checking your work.
Was this page helpful?