美文网首页
Git 漂亮log

Git 漂亮log

作者: jiango86 | 来源:发表于2017-02-04 16:52 被阅读0次
    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 lg
    

    相关文章

      网友评论

          本文标题:Git 漂亮log

          本文链接:https://www.haomeiwen.com/subject/oexsittx.html