Skip to content

a5535772/git-emoji-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

简介

使用git颜文字美化commit

安装&使用

  • 打开终端(命令行模式),将颜文字模板内容设置到commit.template里
git config --global commit.template /path/to/commit.template
  • 安装emojify解决命令行下,git log无法查看颜文字问题
ubuntu
$ sudo sh -c "curl https://raw.githubusercontent.com/mrowa44/emojify/master/emojify -o /usr/local/bin/emojify && chmod +x /usr/local/bin/emojify"

OS X
brew install emojify
  • 使用emojify查看git log
git log --oneline --color | emojify | less -r

参考

About

Git颜文字模板

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published