Go to file
peanut ba7cec3c78 提交 redstar-frontend 前端工程 2021-07-26 10:02:49 +08:00
redstar-cloud 提交 redstar-frontend 前端工程 2021-07-26 10:02:49 +08:00
redstar-lab 提交bbs, promise 2021-07-23 11:05:46 +08:00
redstar-standlone 提交修改 2021-07-26 09:58: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