Go to file
sulenn b3e4361e1a docs: update content 2021-05-13 11:18:59 +08:00
.gitignore Initial commit 2020-09-28 21:38:05 +08:00
1015确实-北大会议纪要.docx docs: update content 2021-05-13 11:18:59 +08:00
20201219北大数瑞BaaS产品介绍.pdf docs: update content 2021-05-13 11:18:59 +08:00
LICENSE Initial commit 2020-09-28 21:38:05 +08:00
README.md Initial commit 2020-09-28 21:38:05 +08:00
sendTransactionApi.docx init repo 2020-09-28 21:38:55 +08:00
trustie.txt init repo 2020-09-28 21:38:55 +08:00
北大数瑞产品文档2020V1.pdf docs: update content 2021-05-13 11:18:59 +08:00
北大数瑞信通院20200610.pdf init repo 2020-09-28 21:38:55 +08:00
北大数瑞资料.zip docs: update content 2021-05-13 11:18:59 +08:00
合约.md init repo 2020-09-28 21:38:55 +08:00
数瑞分布式账本介绍.pptx docs: update content 2021-05-13 11:18:59 +08:00
确实接口(含路由).md docs: update content 2021-05-13 11:18:59 +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/qiubing/bdledger.git
git push -u origin master

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

git remote add origin https://git.trustie.net/qiubing/bdledger.git
git push -u origin master