GitHub管理书籍

1. 创建仓库

gitCreateRepo

2. 本地项目与GitHub关联

项目内执行命令,如下:

git init // 为书籍项目创建本地仓库
git add .
git commit -m "init project"
git remote add origin https://github.com/xxxxx.git // 与远程仓库关联
git push -u origin master

githubProjectRepo

Copyright © leoXuLei 2020 all right reserved,powered by Gitbook本文档更新于: 2020-08-01 19:10

results matching ""

    No results matching ""