I'm new to git, using svn for many years. I created my master and then from inside the "master" directory created a branch:
git branch Dev
git checkout Dev
But the branch doesnt have any files associated with it. I think its my misunderstanding of git branches. Anybody want to explain? When I create a branch in svn I get a whole repos worth of stuff.