GitHub source code editor

Call me stupid, but that’s one awesome feature of GitHub that I haven’t noticed until now – source code editor.  When you view a file in your repository, there is an ‘Edit’ button on the toolbar above it.  That provides you with a simplistic text editor (with controls for tab/space indentation and wrapping), as well as a commit log fields.  Here is how it looks:

It’s not something that you would use for the majority of the coding of course, but it is a really nice option for quick edits all around.  Especially, if you have non-technical people in the project who edit README and other documentation files, and have no idea about Git at all.

Who needs CSS frameworks, right?

I’ve had one of those very productive days at work.  A rather large CSS re-factoring has been completed without too much obvious breakage.  How big of a re-factoring?  That’s how big:

$ git diff ae5bedf..HEAD | diffstat -s
345 files changed, 516 insertions(+), 8430 deletions(-)

Can’t wait for this project to migrate to Twitter Bootstrap CSS framework.