mkdir gmss
cd gmss
git init
git remote add github git@github.com:gmss/wordpress-site.git
git pull github light...then configure fetch as below.
git branch -r -d github/master...then configure fetch as below.
vi .git/configand change the line
fetch = +refs/heads/*:refs/remotes/github/*to
fetch = +refs/heads/light:refs/remotes/github/light