Como verificar qual Brach estamos no git
git branch -a # it will show an astrick * like *master
git branch --show-current # source == git remote --help
fast_and_the_curious
git branch -a # it will show an astrick * like *master
git branch --show-current # source == git remote --help