📜  在 repo 中可视化 git 树的分支 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:10.843000             🧑  作者: Mango

代码示例1
gitk #this shows the active branch tree
gitk --all #this shows your entire branch typology
#This opens the git GUI with a diagram of the repo's branch typology as well as
# other GUI functions.