Voir Git Branch change graphiquement juste local

git log --oneline --graph --decorate $(git branch | tr -d ' *' | awk '{ print "master~1.."$0 }')
Agrius