November 2011
1 post
Tracking WordPress with Git
I use Git and want to track upstream WordPress.
[UPDATE] I was using a utility here called svn2git. That was crazy. Now I’m just using git-svn and it rocks.
Here’s what I do to track Wordpress SVN. It couldn’t be easier.
git svn clone -s http://core.svn.wordpress.org wordpress_svn
The -s flag tells it you’ve got a normal-looking SVN repo. I clone it into a git repo...