From f3c908448052c0a590707b2c15134d5507d42589 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Sun, 5 Jul 2026 06:44:17 +1000 Subject: [PATCH] git-extras: tighten table descriptions to 8-word limit --- git-extras.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-extras.md b/git-extras.md index fcb4f2e3..9f7d642c 100644 --- a/git-extras.md +++ b/git-extras.md @@ -40,8 +40,8 @@ $ git fresh-branch gh-pages $ git summary # repo age, commits, active days, etc $ git info # shows information about the repo $ git effort # commits per file -$ git commits-since # list commits since date (defaults to last week) -$ git changelog # generate a changelog for commits since the last tag +$ git commits-since # list commits since date +$ git changelog # generate changelog since last tag ``` ### Github