Answers for "visualize git tree branches in repo"

1

visualize git tree branches in repo

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.
Posted by: Guest on September-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language