Created
August 22, 2018 22:15
-
-
Save Geri-Borbas/0f0eda0dea9d25fd7607a10bbe95c813 to your computer and use it in GitHub Desktop.
Get the first slice of the commit message string (using space as a delimiter).
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=%B | cut -d ' - ' -f 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment