Comment vérifier dans quel brach nous sommes en git

git branch -a # it will show an astrick * like *master
git branch --show-current # source == git remote --help
fast_and_the_curious