GH-900 · Question #102
Which GitHub tools or features is best to quickly modify a batch of files in a repository?
The correct answer is D. Install and use GitHub Desktop. GitHub Desktop is a GUI application that clones the repository locally, giving you full access to your local file system and preferred code editors for batch file modifications. While github.dev (option A) opens a browser-based VS Code editor quickly, it lacks terminal access…
Question
Which GitHub tools or features is best to quickly modify a batch of files in a repository?
Options
- AUse github.dev from a web browser.
- BInstall and use the git CLI.
- CCreate and use a new GitHub Codespace.
- DInstall and use GitHub Desktop.
- EInstall and use GitHub Mobile.
How the community answered
(21 responses)- A5% (1)
- D95% (20)
Explanation
GitHub Desktop is a GUI application that clones the repository locally, giving you full access to your local file system and preferred code editors for batch file modifications. While github.dev (option A) opens a browser-based VS Code editor quickly, it lacks terminal access and is better suited for light edits. GitHub Desktop integrates with your local toolchain, making it more practical for modifying multiple files efficiently across a project.
Topics
Community Discussion
No community discussion yet for this question.