1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 05:30:16 +02:00

git-extras: tighten table descriptions to 8-word limit

This commit is contained in:
Rico Sta. Cruz
2026-07-05 06:44:17 +10:00
parent 5e6201fcb0
commit f3c9084480

View File

@@ -40,8 +40,8 @@ $ git fresh-branch gh-pages
$ git summary # repo age, commits, active days, etc $ git summary # repo age, commits, active days, etc
$ git info # shows information about the repo $ git info # shows information about the repo
$ git effort # commits per file $ git effort # commits per file
$ git commits-since # list commits since date (defaults to last week) $ git commits-since # list commits since date
$ git changelog # generate a changelog for commits since the last tag $ git changelog # generate changelog since last tag
``` ```
### Github ### Github