Aug
23
2010
I adopted Git as my primary source control tool a couple of years ago, when I was using Windows as my primary (90%) desktop OS. Since then I’ve switched to 75% Mac OSX, but I still use Git on Windows for a few projects, and I get a lot of questions about Git on Windows. [...]
Tags: git, source-control, windows
Jul
18
2008
From time to time I need to rearrange a set of files in a project, typically while revamping the file / directory layout of a set of source files. The most direct way to do so is by dragging the files around (using a Windows or Linux GUI), but this is quite tedious to do [...]
Tags: git, source-control, svn
Apr
30
2008
(Update: I have a new, related post about the Best Git GUIs for Windows.) I’ve been attracted to, and trying out, various distributed source control tools for the last two years, and have come to the conclusion that the most likely “winner” is Git. Git does a great many things right, good progress is being made [...]
Tags: git, source-control, top
Mar
22
2008
I’ve been trying out various distributed source control tools, and used several of them for various very small projects. I’ve most mostly settled on git as the one I prefer, but I haven’t yet published any code with it. Also, I’ve been frustrated that git support for Windows has been very weak. Msysgit appears to [...]
Tags: code, git, source-control
Oct
01
2007
Where: SLUUG (though my talk is not listed on the site yet) When: October 10th, meeting starts at 6:30 PM I’ll introduce distributed source control tools: A short tour of the basic use of git, bzr, and hg (Mercurial) Thoughts on why you’d want to use a distributed source control tool at all, vs. a [...]
Tags: git, source-control
May
17
2007
On several occasions over the last year, I’ve pointed out that distributed source control tools are dramatically better than centralized tools. It’s quite hard for me to explain why. This is probably because of sloppy and incomplete thinking on my part, but it doesn’t help that most of the audiences / people I’ve said this [...]
Tags: commentary, git, linux, source-control, video