• 前提
  • GitHubの「New Repository」からリポジトリを作成する。
    • Repository name: moriyasu0410.github.io
  • GitHubへpushする。
$ cd moriyasu0410.github.io
$ git init
$ git add .
$ git commit -m 'first commit'
$ git remote add origin git@github.com:moriyasu0410/moriyasu0410.github.io.git
$ git push -u origin master
  • ブラウザを起動し、http://moriyasu0410.github.io/へアクセスする
http://moriyasu0410.github.io/