Answers for "git create new branch from currently checkout out branch"

0

git create branch and checkout one command

# git create branch and checkout one command
git checkout -b <branch_name>
Posted by: Guest on November-08-2021

Code answers related to "git create new branch from currently checkout out branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language