— You Are At The Archives for the management Tag —

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

11.16.09 // Programming // (1) // 412 views

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.
So I began puttering around on the internet and found people [...]

When to Branch

08.20.09 // Software // (0) // 3 views

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 section of code to a particular pattern? Create a new branch [...]

How I Attempt to Stay Organised

03.30.09 // Ideas // (0) // 69 views

I recently read and listened to the Audiobook of David Allen, titled “Getting Things Done”. It was quite effective in its message, I did indeed enjoy it. There is one message in this book that i think is the most important of all the content. Its through this one concept that he builds up the [...]