Modules Branch has now been merged into the master

Like the topic title says, the modules branch has now become the new master, so please forget about the whole modules thing, and just grab the master as normal from now on if you want the latest code.

Should make it all a lot less confusing for those people who were struggling with GIT!

I’m one of those people

For those struggling with Git, and have used Subversion and TortoiseSVN, try the Git version: http://code.google.com/p/tortoisegit/downloads/list

“Should make it all a lot less confusing for those people who were struggling with GIT!” - I resemble that remark but for the record it is my belief that it just didn’t work! I typed in the commands and nothing happened! Was I supposed to wait for the full moon or what? - I promise to actually read the manual and practice soon - Probably the next time subversion gets stupid (again).

If you have checked out module branch before:
git checkout master
git pull --rebase

And you’re done.
If you’ve never done so, a simple git pull --rebase will do.