One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| http://stackoverflow.com/questions/6373277/git-sync-local-repo-with-remote-one | |
| This makes your local repo exactly like your remote repo. | |
| Remember to replace origin and master with the remote and branch that you want to synchronize with. | |
| git fetch origin | |
| git reset --hard origin/master | |
| git clean -f -d | |
| #GIT UNDO |