github show current branch
git branch --show-current
github show current branch
git branch --show-current
check current branch github
git branch
# should show all the local branches of your repo. The starred branch is your current branch.
# If you want to retrieve only the name of the branch you are on, you can do:
git rev-parse --abbrev-ref HEAD
# or with Git 2.22 and above:
git branch --show-current
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us