I want to create an orphan branch that copies all the commits across.
Basically I need to end up with master and dev, both orphans but both identical (until I make further commits).
I have created the orphan master (empty) and have the dev with all my commits. How do I copy all these commits to master?