Answers for "git get branch on"

2

git get local branches

git branch -l
Posted by: Guest on February-18-2020
3

git branch from current branch

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language