目录
目录README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://git.trustie.net/stoneleaves/Knowledge_Repository_Platform.git
git push -u origin master

从命令行推送已经创建的仓库

git remote add origin https://git.trustie.net/stoneleaves/Knowledge_Repository_Platform.git
git push -u origin master
关于

Knowledge Repo——针对数据科学的知识交流与数据共享平台

222.0 KB
邀请码