gx recap shows recent commit activity, grouped by date. By default it shows your own commits from the last day — useful for standups, end-of-day reviews, or catching up after time away.
Usage
Arguments
| Argument | Description |
|---|---|
@author | Show commits by a specific author (matches git author name). The @ prefix is optional. |
Flags
| Flag | Short | Description |
|---|---|---|
--days | -d | Number of days to look back (default: 1) |
--all | Show all contributors, grouped by author | |
--limit | Max commits to display (default: 100) |
Examples
In
--all mode, your own name is highlighted as “You” in the output. Other authors are listed by their git author name.Details
Details
- Defaults to your
git config user.namewhen no author is specified - If your git user name is not set, gx prints
ERROR Cannot determine your git user. Set git config user.name or specify an author. - Uses
--allflag ongit logto search across all branches - Date grouping shows “Today”, “Yesterday”, or the date (e.g., “Apr 10”) for older entries
- The repo name shown in the header is derived from the repo root directory name