Created
March 19, 2020 16:51
-
-
Save mechmillan/a9a0827439cd77cab18fddcb1a6671a5 to your computer and use it in GitHub Desktop.
Git Log
This file contains 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
{ | |
"name": "run-git-log-with-npx-from-gist", | |
"version": "1.0.0", | |
"scripts": { | |
"set-global": "git config --global grep.extendedRegexp true", | |
"format-commits": "git log --pretty=format:"%h%x09%d%x09%an%x09%ad%x09%s" --no-merges --date=short --author="Alfonso" | commits.txt", | |
"log-unix": "npm run set-global && npm run format-commits", | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment