@zhongjianxin
2018-07-03T03:19:28.000000Z
字数 521
阅读 1055
OOCL

常用Git 清单
Github SSH Key Configuration Offical
Github SSH Key Configuration Non-Offical
Practice:
1. 在github上创建一个repo(gittest).
2. 创建一个本地仓库,并将本地仓库推向远端repo. (
git inittouch readme.mdgit add .git commit -m "initiate the project"git add remote origin [url]]git push -u origin
