Go to file
victor c44efd4574 定时刷新状态
Former-commit-id: 61f896fb4d14527222b16ef36fb968ceaf4e3bff
2021-03-29 12:32:14 +08:00
deploy 脚本 2021-03-27 11:30:48 +08:00
dockerfile_fastdfs 上传fastdfs dockerfile 2021-03-17 09:35:52 +08:00
lib 成果共享模块 2021-03-11 11:20:59 +08:00
share-api 定时刷新状态 2021-03-29 12:32:14 +08:00
share-common 定时刷新状态 2021-03-29 12:32:14 +08:00
share-model 定时刷新状态 2021-03-29 12:32:14 +08:00
sql 修改文件接口 2021-03-26 14:06:20 +08:00
.gitignore 用户信息 2021-03-23 10:37:22 +08:00
LICENSE Initial commit 2021-03-11 11:17:57 +08:00
README.md Initial commit 2021-03-11 11:17:57 +08:00
pom.xml 删除service模块 2021-03-12 09:04:31 +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/moshenglv/share.git
git push -u origin master

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

git remote add origin https://git.trustie.net/moshenglv/share.git
git push -u origin master