Skip to content

Instantly share code, notes, and snippets.

@ChrisLFieldsII
Created July 14, 2024 01:08
Show Gist options
  • Select an option

  • Save ChrisLFieldsII/83af0989c606079a97472f8db546dde8 to your computer and use it in GitHub Desktop.

Select an option

Save ChrisLFieldsII/83af0989c606079a97472f8db546dde8 to your computer and use it in GitHub Desktop.
Get last git commit message
git log -1 --oneline | cut -c 8-$COLUMNS | xargs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment