Git Commands

From Coder Merlin
Revision as of 14:54, 14 November 2021 by David-ben-yaakov (talk | contribs) (Created page with "== Statistics == {| class='wikitable' ! style="width: 70%"|Key Sequence ! style="width: 30%"|Purpose |- | {{Command|git}} {{Command|show}} <commit-hash> {{Command|--stat}} |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Within these castle walls be forged Mavens of Computer Science ...
— Merlin, The Coder

Statistics[edit]

Key Sequence Purpose
 git   show  <commit-hash>  --stat  Show lines changed in specific commit
 git   log   --stat  Show lines changed in each commit
 git-stats   -a  Shows pie chart of changes by author