Answers for "git create branch without initial commit"

0

git create branch without initial commit

git checkout --orphan <name_you_choose_for_orphan_branch>
git commit
Posted by: Guest on January-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language