windowsphonehacker / SparklrWP

WIP WP client for sparklr.me
MIT License
5 stars 1 forks source link

design pack #4

Closed Marocco2 closed 11 years ago

jessenic commented 11 years ago

Done. Could you open Git Shell (in tools menu) and run these commands to clean your workspace (This will delete all changes you made that are not in this master repo):

git remote add upstream https://github.com/windowsphonehacker/SparklrWP.git
git fetch upstream
git checkout master
git reset --hard upstream/master  
git push origin master --force