As a user, what feature can you use to merge proposed changes in a repository on GitHub?
As a user, what feature can you use to merge proposed changes in a repository on GitHub?A . IssuesB . Pull requestsC . ProjectsD . DiscussionsView AnswerAnswer: B Explanation: The feature you can use to merge proposed changes in a repository on GitHub is Pull requests. Pull requests are a...
Which of the following is an Innersource development practice?
Which of the following is an Innersource development practice?A . Adopting open source code into the organizationB . Sharing code between teams within the organizationC . Removing open source code from the organizationD . Making all repositories publicly accessibleView AnswerAnswer: B Explanation: Innersource is a development practice where an organization...
How can a user create a repository template, and what permissions are required?
How can a user create a repository template, and what permissions are required?A . With Admin permissions, navigate to Repository settings and select Template Repository.B . With Maintain permissions, navigate to Organization settings, select the repository, and choose Template Repository.C . With Admin permissions, navigate to Organization settings, select the...
As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?
As a user, which of the following default labels is used to indicate that a maintainer needs assistance on an issue or pull request?A . EnhancementB . QuestionC . Help wantedD . DocumentationView AnswerAnswer: C Explanation: In GitHub, labels are used to categorize issues and pull requests, and certain default...
Which of the following is the purpose of a GitHub repository?
Which of the following is the purpose of a GitHub repository?A . To provide a folder that stores project files, including documentation, on your local machineB . To provide a version control system designed for small projects, offering simple tools for organizing files on your laptopC . To provide a...
Which of the following GitHub syntax formats is consistent with the associated text?
Which of the following GitHub syntax formats is consistent with the associated text?A . * This is a headingB . This is a linkC . <!-- This is a comment -->D . This is bolded textE . 1. This is an ordered listView AnswerAnswer: C Explanation: GitHub supports various syntax...
Which of the following best describes cloning a repository?
Which of the following best describes cloning a repository?A . It creates a copy of the repository on GitHub.com.B . It retrieves code updates from the remote repository.C . It creates a copy of the repository on your local machine.D . It imports your source code into a new repository.View...
What layouts are available for GitHub Projects? (Each answer presents a complete solution. Choose three.)
What layouts are available for GitHub Projects? (Each answer presents a complete solution. Choose three.)A . RoadmapB . KanbanC . BoardD . TableE . BacklogView AnswerAnswer: B, C, D Explanation: GitHub Projects supports various layouts to help teams organize and visualize their work. The available layouts include: B. Kanban: This...
Which of the following is a key characteristic of GitHub Projects?
Which of the following is a key characteristic of GitHub Projects?A . Ability to visualize the commit historyB . Ability to import Gantt charts from Microsoft ProjectC . Ability to create and customize multiple viewsD . Ability to enforce required fieldsView AnswerAnswer: C Explanation: GitHub Projects is a flexible and...
After 30 minutes of inactivity, a GitHub Codespace will:
After 30 minutes of inactivity, a GitHub Codespace will:A . Be deletedB . Commit changesC . RestartD . Time outView AnswerAnswer: D Explanation: After 30 minutes of inactivity, a GitHub Codespace will time out. This is designed to conserve resources when the Codespace is not being actively used. The session...