Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Last active March 21, 2018 08:51
Show Gist options
  • Save jiimaho/ac0be97aa2b116e21ab62a40f14f8c19 to your computer and use it in GitHub Desktop.
Save jiimaho/ac0be97aa2b116e21ab62a40f14f8c19 to your computer and use it in GitHub Desktop.
Write a short version of the lastest git commit message to a text file
git log -1 --pretty=format:"%h (%an) [%ad] : %s" --date=short > path\file.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment