For reference check this answer to see what is repo.
There is a situation that I cannot understand and I would like someone to explain to me.
So far I have been using repo sync to synchronize my code with a series of repositories. After I did this and I did repo status
I could see a clean state. (repo status is like git status for all repositories)
However lately when I do that, I got a series of "modified" files.
It is like doing git status
and getting a lot of "changes not staged for commit" (modified: afile.ext)
Why is this happening? I thought once you synchronize you get the state of your repositories with the latest changes.
My git knowledge is failing me here. Any thoughts?