Skip to content

Instantly share code, notes, and snippets.

@mechmillan
Created March 19, 2020 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mechmillan/a9a0827439cd77cab18fddcb1a6671a5 to your computer and use it in GitHub Desktop.
Save mechmillan/a9a0827439cd77cab18fddcb1a6671a5 to your computer and use it in GitHub Desktop.
Git Log
{
"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