For example, I clone step_06 of:
git clone -b step_06 https://github.com/Urigo/meteor-angular-socially
Now I want to replace step06's files with step07's files (on my machine). So I did:
git checkout -b step_07
cd meteor-angular-socially
git checkout -b step07
Switched to a new branch 'step_07'
However nothing actually changes in the folder/files.
What am I doing wrong?