In article
<a12c83da-d5ea-4fc3-ad4c-332167210e12@[EMAIL PROTECTED]
>,
Sak Wathanasin <sw@[EMAIL PROTECTED]
> wrote:
> What's so special about git?
For me, the im****tant features are disconnected operation and (oddly
enough) svn sup****t.
We have a group svn server. I use git to sync to it on my laptop, then I
can head off to somewhere with no internet access -- park, cafe,
whatever -- and commit/revert/branch/merge/etc to my heart's content.
Then, when I'm back at my desk, a simple "git svn dcommit" will merge
all my changes back to the svn server.
Of course, this isn't unique to git; I'm pretty sure you can do much the
same with Mercurial, Bazaar, etc.
Oh, and "git bisect" -- find the commit that introduced a bug by a
binary search -- is pretty handy.
Cheers,
John


|