### 初始化 `git init` ### 关联 github 仓库 `git remote add origin https://github.com/mysterin/sakura.git` ### 首次 push 到 github `git push -u origin master`