# switch to the master branch git-checkout master # download and extract new wordpress version cd .. wget http://wordpress.org/wordpress-2.6.2.tar.gz tar xzvf wordpress-2.6.2.tar.gz cd wordpress # check status git-status