I'm just getting started with git. If I do a 'git show-branch', it shows me branch divergence graphically. What do the exclamation marks above the ---
separator mean vs the asterisk?
XXXXX@XXXXX gittest % git show-branch
* [Branch1] Adding third file to Branch1
! [feature/new-feature] Adding second file to master branch
! [master] Adding second file to master branch
---
* [Branch1] Adding third file to Branch1
* [Branch1^] Branch 1 file two
* [Branch1~2] Branch1 first commit
++ [feature/new-feature] Adding second file to master branch
*++ [Branch1~3] Initial commit
XXXXX@XXXXX gittest %