Using git with Django's SVN repository

Brian Rosner has produced a really nice screencast demonstrating ways to use git version control with Django's SVN repository. Especially of interest is how merging changes you've made in your git branch of Django with updates from the Django SVN repository is really straightforward.

Show Comments