Go to file
yystopf d9ee55f39b 测试合并 2021-06-10 09:50:36 +08:00
.gitignore Initial commit 2021-04-21 16:19:28 +08:00
LICENSE Initial commit 2021-04-21 16:19:28 +08:00
PostMan项目提案.md proposal v3 2021-06-04 16:09:18 +08:00
README.md 测试合并 2021-06-10 09:50:36 +08:00
木兰社区-PiFlow.md first commit 2021-06-07 11:13:38 +08:00
项目提案-oceanbase-client Submit proposal for incubatoring OceanBase-Client 2021-06-08 13:00:21 +08:00
项目提案-模板 update 2021-05-31 09:20:12 +08:00
项目提案-浪潮-skyline项目.md 更新提案信息 2021-06-02 16:13:50 +08:00
项目提案-音视频-SRS.md Update 2021-06-03 15:42:14 +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/MulanCommunity/incubator-propose.git
git push -u origin master

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

git remote add origin https://git.trustie.net/MulanCommunity/incubator-propose.git
git push -u origin master