Answers for "git intialize empty branch"

1

git create empty branch

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language