$ git clone git@github.com:username/reponame.git $ cd reponame $ git mv README README.md $ git commit -m "renamed" $ git push origin master