Answers for "curent branch git"

3

git branch from current branch

git checkout -b <branch-name>
Posted by: Guest on March-09-2021
2

git current branch

git rev-parse --abbrev-ref HEAD
Posted by: Guest on November-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language