Backup blog source files
First create a new branch under the github blog repository hexo, then git clone to local,take .gitfolder out, and place it in the blog root directory.
Then git checkout -b hexo to switch to hexo branch, 
Subsequently, use git add . 
Next, git commit -m "xxx" , the xxx can be any note information.
Afterwards, use git push origin hexo to submit.