GH-900 · Question #7
Which of the following can be performed within GitHub Desktop?
The correct answer is C. Adding and cloning repositories. GitHub Desktop is a GUI application that simplifies local Git workflows - its core functions include adding existing repositories, cloning remote repositories, committing changes, managing branches, and pushing/pulling to/from GitHub. Creating and managing issues…
Question
Which of the following can be performed within GitHub Desktop?
Options
- ACreating and managing issues
- BReviewing and approving pull requests
- CAdding and cloning repositories
- DCommenting on discussions
- EIntegrating with office suite software
How the community answered
(28 responses)- C89% (25)
- D7% (2)
- E4% (1)
Explanation
GitHub Desktop is a GUI application that simplifies local Git workflows - its core functions include adding existing repositories, cloning remote repositories, committing changes, managing branches, and pushing/pulling to/from GitHub. Creating and managing issues, reviewing/approving PRs, commenting on discussions, and integrating with office software are features of GitHub.com's web interface or GitHub Mobile, not GitHub Desktop.
Topics
Community Discussion
No community discussion yet for this question.