2009-02-25

Git == good

git-stash and git-commit --amend. Killer features.

Add to that excellent support for named branches, and git-cherry-pick, and you've got yourself one wonderful DVCS.

1 comment:

Adam Monsen said...

No doubt. I recently migrated a large project from svn to git, and couldn't be happier!

The speed. Is. Amazing. And the features. I was originally put off by the complexity, but it really just took a little bit of terminology and some getting used to it, like any other tool.

The Pro Git book is great, too.