BlueRabbit Alright, I got a project hosted on github and a local copy of my project. I'm using Github desktop app for Windows and I just broke up my local project files. Now how do I perform a pull request to download my files from Github and force overwrite on local so that I can restart without having to delete the whole project and begin from scratch?
pingu You need to do a hard reset on the head in order to perform a pull and overwrite local files, this can be done with the following sequence of commands: git reset --hard HEAD git pull