Last active
March 21, 2018 08:51
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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