I have made my first commit; then created a branch (let\'s say branch1).
In this branch I\'ve created a directory \'example\' and commited. In GitHub I see my new branch
According to the Git Cheatsheet you have to create the branch first
git branch [branchName]
and then
git checkout [branchName]