I am in the working directory and I have created a new branch
git checkout -b someBranch
But after work in some files the status don’t show any change
git status
# On branch someBranch
nothing to commit (working directory clean)
Any idea of what is causing this issue?
Any tip to start tracking again?
Solved. I was working over files included in .gitignore