Re: [Pharo-users] Reverting changes in Iceberg

2018-05-24 Thread Evan Donahue
Thanks. Command line didn't occur to me. Functional fixedness. Evan -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Reverting changes in Iceberg

2018-05-24 Thread Guillermo Polito
Hi Even, what Pharo version are you using? What Iceberg version (the one that comes by default)? If you're in Pharo 6 with the default iceberg version, I'd suggest you to: - update iceberg - or just fix it from the command line $ git reset --hard HEAD~1 should do what you want. If you alread

[Pharo-users] Reverting changes in Iceberg

2018-05-24 Thread Evan Donahue
Hi, I was trying to merge changes from a collaborator from github into my local image and, through some flurry of menus I didn't quite comprehend, it seems to have blown away their changes and left me a commit ahead with all of their changes deleted. How can I revert back to their change, which I