Go to file
peanut 5fc44b2ccd 提交用户中心 2021-07-27 16:39:15 +08:00
redstar@c8033a9086 更新测试用例 2021-07-27 01:11:13 +08:00
redstar-cloud 删除 2021-07-26 16:44:32 +08:00
redstar-lab 提交bbs, promise 2021-07-23 11:05:46 +08:00
redstar-standlone 提交用户中心 2021-07-27 16:39:15 +08:00
.gitignore add .gitignore 2021-07-22 11:36:47 +08:00
README.md Initial commit 2021-05-14 10:31:04 +08:00

README.md

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

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

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

git remote add origin https://git.trustie.net/greatwall/redstar.git
git push -u origin master