I want to create a branch that has files totally unrelated to master but when i create branch it starts with files from master.
How can i create new branch that wouldn't pull files from master?
P.S. I can pull new branch, delete all files and add my unrelated files but is there better way?