Repository statusGit
git log
Inspect commit history with optional graphing.
Command
git log --oneline --graph --decorate --all
Example usage
Visualize branching history or review recent changes.
git log --oneline --graph --decorate --all
git log --stat --since "1 week ago"
Related tags
Repository statusversion-controlworkflow