How do I pull missing file back into my branch
I have cloned git project into local git repository. Then I have done something nasty to one of the files and in that panic I deleted file physically from drive ( rm style.css ) and also removed it from git ( git rm style.css ). I want to get original style.css back from origin to my dev branch. Unfortunately my git thinks it is up-to-date and wont do anything. root@debian:~/project.me# git status # On branch dev nothing to commit (working directory clean) root@debian:~/project.me# git pull origin dev Password for 'https://someone@github.com': From https://github.com/somewhere/project.me *