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.
What is a benefit of assigning a milestone to issues or pull requests?
It prevents other users from editing the issue or PR.
It helps track progress toward a shared goal, such as a release.
It sends email notifications to the entire repository.
Which query shows all open issues labeled as bugs in a specific milestone?
is: open is: issue label: bug milestone:"Sprint 1"
Label: bug milestone: closed
Is: pr label: bug
How do you insert a saved reply in an issue or pull request comment?
Click the saved reply icon in the comment field and select from your saved replies.
Type @saved and select from the reply dropdown.
@saved
Use the slash command /reply to open your saved replies.
/reply
What does assigning someone to an issue or pull request indicate?
That person is responsible for working on it.
That person is the original author.
That person will automatically receive a badge.
You must answer all questions before checking your work.
Was this page helpful?