I'm trying to give git init
to my project, it returns successfully:
Initialized empty Git repository in C:/myprojetPath/.git/
But because when I type git branch
, it does not return any branches?
$ git branch
(Não retorna nenhum branch)
myuser@WKS054 MINGW64 myprojetPath (master)
$
But in my terminal (Git bash, actually) it shows that I am in the master branch.
But when I change the branch, I can not go back to branch master with git checkout master
, it informs that the branch does not exist