개발/Git 썸네일형 리스트형 [hexo] hexo를 이용해 Git 블로그 만들기! / Git Push 하는법 hexo를 이용해 github page hosting과 command line명령을 쉽게 만드는법을 포스팅 해보려고 한다. 1. Git page Repository를 생성한다. Git page의 clone or download를 선택해 URL 정보를 복사해 온다. URL의 형식은 https://github.com/UserName/UserName.github.io 형식으로 되어있다. 그럼 Window환경이기때문에 Git Bash를 이용해 github repository를 로컬에 복사해 온다. 2. github repository 로컬에 복사하기 $ git clone https://github.com/UserName/UserName.github.io 이미 한번 받았기 때문에 나는 이렇게 뜬다;;;ㅋㅋ 3. .. 더보기 이전 1 다음