I'm currently involved in a large project - the redevelopment of a corporate website.
The project involves many staff across several teams (content, design, etc).
There is a small team (myself and another developer) in charge of the front-end/presentation layer of the system - that is - the development of templates using HTML, CSS and Javascript.
Code quality, iterative development and frequent testing are an important aspect of the project.
The back-end development team currently use CVS; however it's taking IT so long to give access to my team that I'm considering setting up our own version control, through say GitHub.
Would Git bring any particular benefits to front-end development in this environment?
(I understand the basic principles of Git; the other developer doesn't have any experience with it, but would be happy to pick it up.)