Answers for "git check available bracnhes"

2

how to check in which brach we are in git

git branch -a # it will show an astrick * like *master
git branch --show-current # source == git remote --help
Posted by: Guest on March-24-2020
2

git check current brach

git branch #starred one is your current branch
Posted by: Guest on December-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language