Posts tagged git

Stay Out CakePHP Component

Stay Out CakePHP Component

I have recently been developing a new website which has found me in the position of writing a lot of session handling code. I came across the concept of logged out all sessions across multiple instances, and out came this CakePHP session flushing component stay... [+]

How to use FileMerge with Git as a Diff Tool on OSX

As I’m migrating from Subversion brainwaves I’ve been slowly adapting my workflow into Git’s. Problem was i was finding it hard to double check changes in my working folder to that of what was previously committed. In other words I missed the love of FileMerge.... [+]

When to Branch

When to Branch

So i’m learning about source code version control, with Git. This explains the art of when to create a branch. More so for my furture reference: Experimental changes: Want to try rewriting algorithms just to see whether they’re faster, or want to try refactoring a... [+]