Blank Branch in github
sometime we need to create an empty branch to test or work completely different environment, such as one repo has react and another repo have angular code
either we delete everything and do install but here is how we can do
replace <branch-name>
with your branch name
Update
this is not fully working if we have code in other branch; need to delete files using sudo rm -rf
Thanks.