Visualisasikan cabang pohon git di 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.
Kwams