Lihat perubahan cabang git secara grafis

# git help log
git log --oneline --graph --decorate --all
# or
apt install gitk
gitk --all
Agrius