更好的git Log

参考:http://strivingboy.github.io/blog/2014/09/29/better-git-log/

git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"

git diff以及git log之类的命令时,内容太多,退出后不想展示出来,可以使用这个命令:

git config --global --replace-all core.pager 'less -+F -+X'

参考:https://stackoverflow.com/questions/2183900/how-do-i-prevent-git-diff-from-using-a-pager/2183920

更好的git Log_第1张图片

你可能感兴趣的:(安全,java)