To see a graphical representation of the commit history, you can use git log --_______.
- graph
- oneline
- pretty
- graphoneline
The correct option is git log --graph. This option provides a graphical representation of the commit history, showing branches and merges.
Loading...
Related Quiz
- What is a common challenge when scaling Git for enterprise use?
- Which feature of Git can significantly improve code quality when compared to older VCS systems?
- To ignore certain files from being tracked in Git, list them in a _______ file.
- In terms of secure Git practices, what is the significance of signed commits?
- Changing the history of public branches is generally discouraged because it can lead to ________ for other collaborators.