" "Git Extensions" looks like a very primitive UI/shell extension for
Windows, but there's no mention of VS."
One of the comments says "Great integration with VS", so I kind of
assumed it would have some level of integration
"What is the advantage of using Git over SVN for this particular project?"
-Three words: Local Version Control
It has a dead simple two stage commit, meaning I can commit to my
local branch and test without need to slap the dev server with dodgy
code :)
-It's faster
The speed at which you can perform a merge and switch branches is
faster compared to SVN due to the distributed nature of the client
-Automatic line ending conversion
I'm mostly a Linux guy, so anything I contribute will be done with a
newline char, which windows doesn't do anything with without first
seeing a carriage return (Yes, the age old feud continues >_>)
-Far smaller and leaner client
-Less space is needed for a repository
There's a slightly more balanced comparison here
http://git.or.cz/gitwiki/GitSvnComparsion :)