漂亮的Git分支图我看过一些书和文章,有一些非常漂亮的git分支和提交图。如何制作高质量的可打印的吉特历史图像?
3 回答
哔哔one
TA贡献1854条经验 获得超8个赞
lg3
,它同时显示了作者和提交者的信息,所以您确实应该检查它。离开这个答案是出于历史(&REP,我承认)的原因,虽然我真的很想删除它。
2%~/.gitconfig
[alias] lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all lg = !"git lg1"
拉风的咖菲猫
TA贡献1995条经验 获得超2个赞
git log --all --decorate --oneline --graph
git log
"一只狗
“=git log aLL- d电子邮件 o尼琳- g拉斐尔
- 3 回答
- 0 关注
- 1944 浏览
添加回答
举报
0/150
提交
取消