I do a clone of my repo
git clone user@githost:repo
I get master branch. Now I checkout a remote branch
git checkout branch_name
now my git status shows 150+ files modified, why?
I do a clone of my repo
git clone user@githost:repo
I get master branch. Now I checkout a remote branch
git checkout branch_name
now my git status shows 150+ files modified, why?