Skip to content

Instantly share code, notes, and snippets.

View ThomasGoatITMedia's full-sized avatar
🤩
Look! A bug! Hey, another one!

Thomas Kerkhove ThomasGoatITMedia

🤩
Look! A bug! Hey, another one!
View GitHub Profile
@ThomasGoatITMedia
ThomasGoatITMedia / .gitconfig
Created March 27, 2024 23:47 — forked from therustmonk/.gitconfig
A Git alias to display the total number of insertions and deletions.
# Usage: git total [OPTION...]
#
# Options:
#
# In theory, the command accepts all command line options supported by
# the "git log" command. In reality, however, only few commit-limiting
# options are useful. This includes:
#
# --author=PATTERN, --committer=PATTERN
# Displays the number of lines changed by a certain author.