Skip to content

Instantly share code, notes, and snippets.

# Last updated 2016-02-03
WORDPRESS_VERSION="4.4.2"
SFTP_VERSION="0.7.1"
git clone https://github.com/WordPress/WordPress.git
cd WordPress
git checkout tags/${WORDPRESS_VERSION}
cd ..
mv WordPress/* `pwd`
rm -rf WordPress/