{"id":19191,"date":"2026-09-22T12:13:10","date_gmt":"2026-09-22T12:13:10","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=19191"},"modified":"2026-09-22T12:13:10","modified_gmt":"2026-09-22T12:13:10","slug":"microsoft-gh-900-practice-test-questions-and-exam-dumps-part6-q101-120","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-gh-900-practice-test-questions-and-exam-dumps-part6-q101-120\/","title":{"rendered":"Microsoft GH-900 Practice Test Questions and Exam Dumps Part6 Q101-120"},"content":{"rendered":"<h2><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/gh-900-exam-dumps\"><b>Microsoft GH-900 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/h2>\n<p>&nbsp;<\/p>\n<h3><b>Question 101<\/b><\/h3>\n<p><b>Which GitHub setting determines who can create repositories in an organization?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository topics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Organization repository policies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Commit history<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Issue templates<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Organization repository policies can determine how repositories are created and managed within an organization. Administrators can configure settings that control whether members are allowed to create repositories and what visibility options may be available. These controls help organizations maintain governance over their repository environment. Repository topics are descriptive keywords, commit history records project changes, and issue templates help standardize issue creation. Understanding organization-level settings is important because GitHub provides administrative controls beyond the configuration of an individual repository.<\/span><\/p>\n<h3><b>Question 102<\/b><\/h3>\n<p><b>What does a protected branch help an organization enforce?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Additional controls around changes to important branches<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatic deletion of inactive repositories<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Conversion of issues into discussions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replacement of repository documentation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Branch protection helps organizations apply additional controls to important branches. Depending on configuration, protections can require reviews, successful checks, or other conditions before changes are merged. This is useful for branches containing production-ready or otherwise critical code. Branch protection does not delete repositories, convert issues into discussions, or replace documentation. By applying appropriate restrictions, teams can create a more controlled workflow for integrating changes into branches that require additional oversight.<\/span><\/p>\n<h3><b>Question 103<\/b><\/h3>\n<p><b>Which GitHub object can store reusable issue-reporting instructions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository topics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Release notes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Issue templates<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Git tags<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Issue templates provide predefined structures that guide users when creating issues. A project can use different templates for categories such as bug reports, feature requests, or support questions. Templates help contributors provide important information consistently, which can make issue triage more efficient. Repository topics describe project subjects, release notes summarize changes, and Git tags identify specific points in repository history. Well-designed issue templates can reduce incomplete reports and make incoming project requests easier for maintainers to understand and process.<\/span><\/p>\n<h3><b>Question 104<\/b><\/h3>\n<p><b>What is the purpose of a draft pull request?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Permanently lock the source branch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove review comments from a repository<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Convert a pull request into an issue<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Indicate that proposed changes are not ready for final review<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A draft pull request indicates that proposed changes are still being developed and are not yet ready for final review or merging. It allows contributors to open the pull request early and use it for collaboration while work continues. Draft status communicates that maintainers or reviewers should generally wait until the contributor marks the pull request ready. It does not lock the branch, delete review comments, or convert the pull request into an issue. This workflow is useful when early feedback or visibility is valuable before development is complete.<\/span><\/p>\n<h3><b>Question 105<\/b><\/h3>\n<p><b>Which repository feature can help standardize contribution instructions?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CONTRIBUTING.md<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Git object storage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository stars<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Release tags<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The CONTRIBUTING.md file can provide contributors with instructions for participating in a project. It may describe coding expectations, branching practices, testing requirements, pull request procedures, or other contribution guidelines. Providing these instructions in a predictable location helps contributors understand the project&#8217;s preferred workflow before submitting changes. Git object storage contains repository data, stars indicate user interest, and release tags identify particular repository states. A clear contribution guide can reduce confusion and make collaboration easier for both maintainers and new contributors.<\/span><\/p>\n<h3><b>Question 106<\/b><\/h3>\n<p><b>What can repository rulesets help administrators define?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Website publishing themes<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Rules governing repository changes and workflows<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">User profile biographies<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Discussion category colors<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Repository rulesets allow administrators to define rules governing how certain repository actions are performed. Depending on configuration, rules can apply to branches or tags and can establish requirements around changes, reviews, or other repository workflows. Rulesets are part of GitHub&#8217;s governance capabilities and can help organizations apply consistent policies. They are unrelated to profile biographies, discussion colors, or website themes. Understanding repository rules is important when managing projects where certain branches or development operations need standardized controls.<\/span><\/p>\n<h3><b>Question 107<\/b><\/h3>\n<p><b>Which GitHub capability lets users request review from specific collaborators?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository starring<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Project views<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pull request reviewers<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository topics<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Pull requests can request reviews from specific collaborators or teams when the repository workflow and permissions allow it. This directs proposed changes toward people who are expected to examine the work. Reviewers can inspect changes, provide comments, approve the pull request, or request modifications. Starring expresses interest in a repository, project views organize work, and topics classify repositories. Assigning appropriate reviewers can help ensure that proposed changes receive attention from contributors with relevant knowledge or responsibility.<\/span><\/p>\n<h3><b>Question 108<\/b><\/h3>\n<p><b>What does the repository Insights area provide?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A replacement Git client<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A method for encrypting commits<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A personal password manager<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository-related activity and analysis information<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 4<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Insights area provides information that can help users understand activity and patterns associated with a repository. Depending on the repository and available features, insights can include information related to contributors, traffic, commits, code frequency, or other activity. This information can help maintainers understand how a project is evolving and how people interact with it. Insights is not a Git client, encryption mechanism, or password manager. Repository analytics can be useful when reviewing project activity and identifying trends that may inform maintenance decisions.<\/span><\/p>\n<h3><b>Question 109<\/b><\/h3>\n<p><b>Which Git command retrieves remote changes without integrating them?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git fetch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git commit<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git reset<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git init<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The git fetch command retrieves updates from a remote repository without automatically integrating those changes into the current branch. It updates the local references associated with the remote while leaving the working branch unchanged. This allows developers to inspect incoming changes before deciding whether to merge or otherwise incorporate them. git commit records local changes, git reset changes repository state or references depending on usage, and git init initializes a repository. Fetching is therefore useful when developers want to review remote updates before integrating them.<\/span><\/p>\n<h3><b>Question 110<\/b><\/h3>\n<p><b>What is the primary purpose of a GitHub release?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define repository access permissions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Package and communicate a project version<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Replace the default branch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Create organization members<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A GitHub release provides a way to package and communicate a particular version of a project. Releases are commonly associated with Git tags and can include release notes, descriptions, and downloadable assets. They allow maintainers to present important versions in a structured manner for users or other contributors. Releases do not replace branches, create organization members, or define repository permissions. A well-prepared release can make it easier for users to identify a specific project version and understand the changes or additions included in that version.<\/span><\/p>\n<h3><b>Question 111<\/b><\/h3>\n<p><b>Which GitHub permission is associated with managing repository settings?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Triage<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Read<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Admin<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Maintain<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The Admin repository role provides broad administrative capabilities, including management of many repository settings. Repository permissions are designed to give contributors different levels of access based on their responsibilities. Read access is intended for viewing content, while Triage supports issue and pull request management without providing the full administrative scope. Maintain offers significant management capabilities but does not represent the broadest administrative role. Understanding permission levels helps organizations assign access according to the responsibilities of individual contributors.<\/span><\/p>\n<h3><b>Question 112<\/b><\/h3>\n<p><b>What does git clone normally create?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A local working copy of a repository<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A new GitHub organization<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A repository security policy<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">A pull request review<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The git clone command creates a local copy of an existing Git repository. The cloned repository normally contains the project files and Git history, allowing a developer to work with the project locally. Cloning does not create a GitHub organization, establish a security policy, or initiate a pull request review. It is commonly one of the first commands used when a developer needs to obtain an existing repository for local development. After cloning, the developer can inspect files, create branches, make changes, and interact with configured remote repositories.<\/span><\/p>\n<h3><b>Question 113<\/b><\/h3>\n<p><b>Which GitHub mechanism can automatically assign reviewers based on changed files?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository topics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">CODEOWNERS<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Release assets<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Git tags<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The CODEOWNERS mechanism can identify individuals or teams responsible for specific areas of a repository. When configured appropriately, GitHub can use CODEOWNERS information to request reviews from the relevant owners when matching files are changed in a pull request. This helps route changes to contributors who have responsibility or expertise in particular parts of the project. Repository topics classify repositories, release assets contain downloadable files, and Git tags mark points in history. CODEOWNERS can therefore support structured review workflows in larger repositories.<\/span><\/p>\n<h3><b>Question 114<\/b><\/h3>\n<p><b>Which feature lets contributors discuss a pull request directly?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository stars<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Project milestones<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Pull request comments<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Git configuration<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Pull request comments allow contributors and reviewers to discuss proposed changes directly within the pull request. Comments can be associated with specific lines or broader aspects of the proposal, depending on the review interface. This keeps technical discussion close to the changes being evaluated and creates a useful record for collaborators. Repository stars express interest, project milestones group work toward objectives, and Git configuration controls local settings. Pull request comments are therefore an important part of collaborative review and communication during development.<\/span><\/p>\n<h3><b>Question 115<\/b><\/h3>\n<p><b>What does a GitHub milestone help a team track?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Progress toward a defined collection of issues or work<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The encryption status of repository files<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The geographic location of contributors<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The operating system used by GitHub<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A GitHub milestone groups related issues and pull requests around a broader objective or target. Teams can use milestones to track progress toward a release, project phase, or other defined goal. Milestones provide a higher-level planning view than individual issues because multiple pieces of work can contribute to the same objective. They do not report file encryption, contributor locations, or GitHub&#8217;s operating system. Using milestones can help project teams understand how much related work remains before an important target is reached.<\/span><\/p>\n<h3><b>Question 116<\/b><\/h3>\n<p><b>Which command displays the current state of tracked and untracked files?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git tag<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git status<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git push<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git branch<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The git status command displays information about the current working tree and staging area. It can show modified files, staged changes, untracked files, and other information relevant to the repository&#8217;s current state. This makes it useful before staging or committing changes because developers can quickly determine what Git currently recognizes. git tag manages tags, git push sends local commits to a remote repository, and git branch manages branch references. Checking status regularly can help developers avoid accidentally committing unintended files or overlooking changes.<\/span><\/p>\n<h3><b>Question 117<\/b><\/h3>\n<p><b>What can a repository transfer operation change?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The repository&#8217;s ownership location<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The syntax of existing commits<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The contents of Git&#8217;s internal objects<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">The number of files in every branch<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A repository transfer can move a repository from one owner or organization to another supported location. This can be useful when project ownership changes or when a repository needs to be managed by a different organization. A transfer does not rewrite commit syntax, modify Git&#8217;s internal objects simply because ownership changes, or automatically alter the contents of every branch. Repository transfers should be considered carefully because ownership and access arrangements can affect collaborators, integrations, and repository references.<\/span><\/p>\n<h3><b>Question 118<\/b><\/h3>\n<p><b>Which GitHub feature can help automate development workflows?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository topics<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GitHub Actions<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Repository stars<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Issue labels<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">GitHub Actions provides automation capabilities for development workflows. Teams can configure workflows that respond to repository events and perform tasks such as testing, building, packaging, or deployment. This allows repetitive development activities to be executed consistently according to defined workflow files. Repository topics classify projects, stars indicate interest, and issue labels organize work. Actions can therefore connect repository activity with automated processes and reduce the amount of repetitive manual work required during software development and delivery.<\/span><\/p>\n<h3><b>Question 119<\/b><\/h3>\n<p><b>Which Git command sends local commits to a remote repository?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git pull<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git fetch<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git push<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">git log<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The git push command sends local commits and associated references to a configured remote repository. Developers commonly use it after committing local work when they need to share those changes with a remote repository such as one hosted on GitHub. git pull retrieves and integrates remote changes, git fetch retrieves remote information without integrating it, and git log displays commit history. Understanding the distinction between these commands is important when working with shared repositories and coordinating changes with other contributors.<\/span><\/p>\n<h3><b>Question 120<\/b><\/h3>\n<p><b>What is the purpose of repository archiving?<\/b><\/p>\n<ol>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Increase the repository&#8217;s active development frequency<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Preserve a repository while indicating that active development has ended<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Automatically convert all issues into pull requests<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Remove the repository&#8217;s historical commits<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Archiving a repository is used when a project should be preserved while indicating that it is no longer actively maintained. An archived repository remains available for reference, allowing users to examine its history and content. Archiving does not delete historical commits, automatically convert issues into pull requests, or increase development activity. It can be useful for completed projects, obsolete experiments, or repositories that should remain accessible for historical purposes without being treated as actively maintained development projects.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft GH-900 Exam Dumps and Practice Test Dumps &nbsp; Question 101 Which GitHub setting determines who can create repositories in an organization? Repository topics Organization repository policies Commit history Issue templates Correct Answer: 2 Explanation: Organization repository policies can determine how repositories are created and managed within an organization. Administrators can configure settings [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/19191"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=19191"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/19191\/revisions"}],"predecessor-version":[{"id":19192,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/19191\/revisions\/19192"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=19191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=19191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=19191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}