Difference between revisions of "Git Commands"

From Coder Merlin
(Created page with "== Statistics == {| class='wikitable' ! style="width: 70%"|Key Sequence ! style="width: 30%"|Purpose |- | {{Command|git}} {{Command|show}} <commit-hash> {{Command|--stat}} |...")
 
(No difference)

Latest revision as of 14:54, 14 November 2021

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