forked from mulan-community/incubator-propose
|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| PostMan项目提案.md | ||
| README.md | ||
| 木兰社区-PiFlow.md | ||
| 项目提案-oceanbase-client | ||
| 项目提案-模板 | ||
| 项目提案-浪潮-skyline项目.md | ||
| 项目提案-音视频-SRS.md | ||
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