Can I initialize a new repo for a branch? I tried the git init command and got this message:
Reinitialized existing Git repository in /Users/UserNameRedacted/workspace/twitter_clone/.git/
You want git checkout --orphan nameOfBranch.
git checkout --orphan nameOfBranch
See: A duplicate question.