The command "git log --graph" displays a _______ representation of the commit history.
- Graphical
- Tabular
- Text-based
- Visual
The command "git log --graph" displays a text-based representation of the commit history with a graphical structure. It helps visualize the branching and merging of commits in a more readable format.
Loading...
Related Quiz
- One of the benefits of code review is _______ , which helps team members understand different parts of the codebase.
- In a large-scale software project, how would you apply the SOLID principles to ensure maintainability and scalability?
- Which design pattern is used to ensure that only one instance of a class is created and provides a global point of access to that instance?
- Azure _______ is a service for creating, deploying, and managing applications and services through a global network of Microsoft-managed data centers.
- You're working on a project where rapid prototyping is crucial. Which framework would be most suitable and why?