Answers for "create empty branch git"

1

git create empty branch

git checkout --orphan <branchname>
git rm --cached -r .
Posted by: Guest on April-18-2021
0

create empty branch git

git checkout --orphan empty-branch
Posted by: Guest on March-01-2021

Code answers related to "create empty branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language