Archive for the 'git' Category

scie.nti.st » Hosting Git repositories, The Easy (and Secure) Way

Friday, November 20th, 2009

recipe for hosting git repositories

Welcome to GitCasts

Thursday, October 15th, 2009

screen casts tutorials for basic git usage

Git Magic [well written "git for newbees" article]

Wednesday, August 6th, 2008

Good article that explain basic version control tasks and how to do them with git. Other git how-to articles start with how git differs from other vcs’es and explain about git internals and by doing that they create a huge deal of confusion.

GitPlugin – Trac Hacks – Plugins Macros etc. – Trac

Thursday, June 19th, 2008

This is a plugin for Trac 0.10/0.11 which enables GIT to be used instead of Subversion for the trac:VersioningSystemBackend. [ I haven't tested it, but it appears to be used at code.reddit.com ]

reddit – Trac [source code for reddit.com]

Thursday, June 19th, 2008

Interesting to look when u have a time. PS: looks like they are using git and found a way to integrate it into Trac, which is pretty cool

Synchronizing Repositories witn GIT (git-svn how-to)

Friday, June 6th, 2008

article explains how to use Git to work with remote svn repositories and syncronize your local changes to remote repos. Good article!

VersionControl – FreeBSD Wiki

Friday, June 6th, 2008

wiki page from FreeBSD people descibing their experineces and requirements for version control system. They [finally] swicthing from CVS [to Subversion]

Secure Git hosting and collaborative development — GitHub

Monday, April 14th, 2008

new paid web service based on Git

Elijah’s Blog » Blog Archive » Local caching: A major distinguishing difference between VCSes

Friday, March 7th, 2008

more notes on using git: repository size and off-line usage

Elijah’s Blog » Blog Archive » Limbo: Why users are more error-prone with git than other VCSes

Friday, March 7th, 2008

notes on using git (commits)