【发布时间】:2018-01-16 07:27:26
【问题描述】:
【问题讨论】:
【问题讨论】:
它不是水平的,但在谈论一棵树时,垂直也一样好。
我使用命令行git log。
最近我最喜欢使用git log --pretty=oneline --graph --abbrev-commit --decorate=short
我通常在我的.bashrc 中为它起别名。我喜欢叫它glog
使用此解决方案,您不必使用任何外部软件(如 github 或您的 .js),并且图形都是 ascii 字符(我喜欢)。它在与远程服务器的 ssh 会话中也很有效。
快速谷歌让我看到这篇有用的文章:https://mackyle.github.io/git-log-compact/
【讨论】: