Set up a fresh Emacs config directory
mkdir .emacs24.d
cd .emacs24.d
git init
# Not shown: create a basic README.org file...
git add README.org
git commit -m "Initial"
hub create # Create a new Github repo and link it here
git push -u origin master
(if (<= emacs-major-version 23)
(load "~/.emacs23")
(load "~/.emacs24.d/init.el"))