Veja as mudanças de ramificação Git graficamente
# git help log
git log --oneline --graph --decorate --all
# or
apt install gitk
gitk --all
Agrius
# git help log
git log --oneline --graph --decorate --all
# or
apt install gitk
gitk --all