Answers for "git hup create new branch"

0

git new branch

# to create a new "footer-fix" branch
$ git branch footer-fix

# to create AND switch to "footer-fix" branch
$ git checkout -b footer-fix
Posted by: Guest on May-13-2021

Code answers related to "git hup create new branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language