You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to okapi...@googlegroups.com
So I started to make some changes to the master code to fix a problem Yves had found with html5. Part way into the changes I realized I needed to run some code off the stable master - no way as I had breaking changes (part way into a fix). Git to the rescue - just create a new branch from master called html4fix - git migrated all my uncommitted changes automatically - I committed then pushed them. Switch back to master and I'm good to go! Git rules!