Usage
Description
Display the commit history for a branch. Shows commit IDs, authors, dates, and messages.Arguments
Branch to show commits for. Defaults to current branch.You can also use
branch1..branch2 syntax to show commits in branch2 that aren’t in branch1.Options
Limit number of commits to show. Defaults to 10.
Show commits in single-line format for a compact view.
Examples
Show Recent Commits
Show Commits in Compact Format
Show More Commits
Show Commits for Specific Branch
Show Commits Between Branches
feature/api that are not in main.
Output Format
Default Format
Oneline Format
Workflow Examples
Review Before Merge
Check Recent Activity
Error Messages
No Commits Found
Branch Not Found
vibe branch.
Related Commands
- vibe branch - List branches
- vibe diff - Compare branches
- vibe status - Check current status
