GIT

GIT has been developed by Linus Torvalds because of conflicts with the open nature of Linux with the requirements of the source repository. On Linux, it is very well supported and has been a huge hit since. At this moment, the windows support is a bit limited and not up to level of the Linux …

Installing GIT

A guide on installing git on a server http://www.kernel.org/pub/software/scm/git/docs/howto/setup-git-server-over-http.txt

Git GUI

Overview of GIT GUI clients: http://theappleblog.com/2009/03/10/using-git-with-os-x-6-tools-to-get-you-up-and-running/

Git on Mac OS X

Installing Git on Mac OS X: http://blog.kineticweb.com/articles/2009/03/07/upgrading-git-on-mac-os-x

ClearCase label issue

Some people prefer ClearCase, but this is probably due to a lack of understanding how ClearCase works. I herewith summarize some issues I had with ClearCase: – Renaming a file, renames the file in all historical versions of the file…. you better take a copy of your ClearCase VOB before thinking about renaming. – Labeling …

Compare TFS against others

If you want to select in between different source control tools, I did some search on the internet and found following articles with comparisons: Svn, TFS, Mercurial, GIT compared TFS vs SVN TFS vs SVN TFS vs SVN Happy reading.