I have cloned a template project.
I have then tore it apart, to make it my own project.
Now, git believe that a subdirectory is a branch of the original template project and even when I run git add . -A it does treat it as it was a repository.
When I was getting in the sub, the powershell was indicating that I was getting in a new repo. I executed rm -rf .git in the subdirectory.
Now however, git status says that the branch is up to date but in the master what I have is just an empty directory, while in origin I have all my code.