@zhongjianxin
2018-07-03T11:19:28.000000Z
字数 521
阅读 925
OOCL
常用Git 清单
Github SSH Key Configuration Offical
Github SSH Key Configuration Non-Offical
Practice:
1. 在github上创建一个repo(gittest).
2. 创建一个本地仓库,并将本地仓库推向远端repo. (
git init
touch readme.md
git add .
git commit -m "initiate the project"
git add remote origin [url]]
git push -u origin