how to get current git branch
git branch --show-current
how to get current git branch
git branch --show-current
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
get current branch name git
git rev-parse --abbrev-ref HEAD
git branch from current branch
git checkout -b <branch-name>
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