I've just created a branch from a previous commit with the command
git branch thenewbranch 03771674c482e4611cc48ee120a16a91dfb2793d
Now I want to checkout the branch to work with in Eclipse with
$ git checkout -b thenewbranch
But i got this error
fatal: A branch named 'thenewbranch' already exists.