gpt4 book ai didi

git - 使用图形查看本地的 git 提交

转载 作者:太空狗 更新时间:2023-10-29 14:34:03 27 4
gpt4 key购买 nike

我是 git 的新手,正在使用 github 作为我的远程代表。有没有一种方法可以像在 github Network Graph Visualizer 中那样通过图表查看所有本地提交和分支?更像是 github 的本地主机版本,除了它用于查看提交(而不是使用 git log)。

最佳答案


$ git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative

它真的很整洁,唯一的区别是从上到下而不是从左到右。

运行以下命令
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"

创建全局别名:git lg

你可以在 https://github.com/orefalo/bash-profiles/blob/master/git-config.sh 找到我所有的别名

关于git - 使用图形查看本地的 git 提交,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9509909/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com