Voir Git Branch change graphiquement

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