Go to file
peanut cfd5da28f1 提交bbs, promise 2021-07-23 11:05:46 +08:00
redstar-cloud 提交用户中心模块 数据库模型 2021-07-15 15:36:08 +08:00
redstar-lab 提交bbs, promise 2021-07-23 11:05:46 +08:00
redstar-standlone java 日志1版 2021-07-22 17:47:11 +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