Upload Hexo by git Posted on 2018-08-19 In Etc. 첫 업로드123456$ git init$ git remote add origin https://github.com/Zerohertz/Hexo_Blog.git (github의 주소)$ git add .$ git remote -v (확인)$ git commit -m "내용" (주석)$ git push origin master 수정, 추가 업로드123$ git add .$ git commit -m "내용"$ git push origin master