Sponsor
Now Playing
- Alix Perez – I'm Free 3 hours ago
- Alix Perez – Intersections 3 hours ago
- Alix Perez – Forsaken 3 hours ago
- Glen E Ston – Ouroboros (Original Mix) 3 hours ago
- Black Sun Empire – Everything 4 hours ago
Posts tagged git
Stay Out CakePHP Component
June 27, 2010
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... [+]
1
27Jun
How to use FileMerge with Git as a...
November 16, 2009
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.... [+]
3
16Nov
When to Branch
August 20, 2009
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... [+]
0
20Aug