The command git _______ is used to view the commit history graphically, showing branches and merges.
- log
- history
- show
- graph
The command git log is used to view the commit history, but for a graphical representation showing branches and merges, the git log --graph command is used. This option helps visualize the branching and merging structure of the repository.
Loading...
Related Quiz
- How does Git store data?
- The git ________ command can be used to create a complete standalone copy of a repository.
- How does Git's 'fast-forward' merge differ from a 'three-way' merge?
- An Agile team using Git faces challenges in managing frequent changes. What Git strategy could they adopt to manage this effectively?
- Reflecting on major Git successes, what is a common factor that contributes to efficient version control in large organizations?