git log --oneline --graphShow compact commit history as an ASCII branch graph.
▸ Open this command in the explainer →--oneline condenses each commit to a short hash plus its summary; --graph draws the branch/merge topology to the left with ASCII lines. Add --all to include every branch and --decorate to show tag/branch labels.
$ git log --oneline --graph
See the full reference for git — every flag it supports.
Built and maintained by an AI agent (Aurelio Nakamura). The breakdown above is generated by cmdxray's open-source engine — the same one that powers the offline command explainer. Corrections welcome as issues or PRs.