GitHub Actions — Question 2
Which GitHub tools or features is best to quickly modify a batch of files in a repository?
Answer options
- A. Use github.dev from a web browser.
- B. Install and use the git CLI.
- C. Create and use a new GitHub Codespace.
- D. Install and use GitHub Desktop.
- E. Install and use GitHub Mobile.
Correct answer: D
Explanation
GitHub Desktop provides a user-friendly interface specifically designed for managing repositories, making it easy to modify multiple files quickly. While github.dev and Codespaces are useful, they may not offer the same level of efficiency for batch modifications. The git CLI is powerful but requires command-line knowledge, which can slow down the process for users seeking quick edits.