Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dnltsk
Last active April 12, 2019 11:44
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 dnltsk/ac8362714d62feca8b923908f96d9e01 to your computer and use it in GitHub Desktop.
Save dnltsk/ac8362714d62feca8b923908f96d9e01 to your computer and use it in GitHub Desktop.
gitmojis in `git log`
#!/bin/sh
set -ex
npm i -g gitmoji-cli
npm i -g gitmoji-log
git config --global --add pager.log 'gitmoji-log | less --tabs=4 -rFX'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment