Mac

Mac OS X Terminal Tips and Tricks

Bunch of good hints for using a Mac from the command line:

Terminal Tips and Tricks For Mac OS X

Version control for your Home Directory

There is a sub-group of version control users (a growing group, I believe) that manage their entire home directory in a version control system. There are several arguments for this use, and I have played with it off and on, but never really "moved in" all the way. I'm probably getting closer to the day.

Other people use version control for their /etc directory on Linux boxes. /etc holds much of the common configuration files on many Unix based distributions, and being able to "go back" to a previous configuration can be really handy.

Diving into Git

In our trend of git articles... Diving into Git is a good writeup by a "new to git" user who is jumping into the deep end.

Git Magic

If you are looking for a well written "how-to" type document on Git, make sure and check out the Git Magic site. Well written and geared toward someone who is familiar with version control but not necessarily git, I found it a very useful read.

The Thing About Git

The Thing about Git

On my "git" theme, I wanted to point out this great article. Some indepth but understandable coverage of the "hot new thing" in version control. A well thought out, well implemented version control system is more powerful than you thought.

Version Control

If you haven't used version control software before, you should try it. It's not just for software development any more. As an example, I keep my Firefox and Thunderbird profiles in version control Then I can pull and push them from other machines, keeping things in sync with "home" whenever I want. Since it's versioned, if something gets corrupted or some new plugin causes a problem, I can just revert. It has worked very well.

Syndicate content