gut history¶
View a clean, one-line commit log for the current branch.
Usage¶
N is an optional number limiting how many commits to show. If omitted, shows the full history.
Example Output¶
a1b2c3d fix: null check on login redirect
d4e5f6a feat: add JWT validation
g7h8i9j chore: update dependencies
h0i1j2k initial commit
Examples¶
See Also¶
gut status- see staged/unstaged/untracked changesgut whoops- jump back to a previous state via the refloggut compare- compare commits between branches