Skip to content

Instantly share code, notes, and snippets.

View aka-mj's full-sized avatar

Michael John aka-mj

  • Midmark Corp.
  • Ohio, USA
View GitHub Profile
@aka-mj
aka-mj / git-commit-log-stats.md
Created August 5, 2022 15:23 — forked from eyecatchup/git-commit-log-stats.md
Some commands to get git commit log statistics for a repository on the command line.

git commit stats

Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.




@aka-mj
aka-mj / renew-gpgkey.md
Created August 4, 2022 13:56 — forked from krisleech/renew-gpgkey.md
Renew Expired GPG key

Renew GPG key

Given that your key has expired.

$ gpg --list-keys
$ gpg --edit-key KEYID

Use the expire command to set a new expire date: