目录
目录README.md

从命令行创建一个新的仓库

touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin http://gitea.trustie.net/nuaa_wsq/nuaa-wstcp.git
git push -u origin master

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

git remote add origin http://gitea.trustie.net/nuaa_wsq/nuaa-wstcp.git
git push -u origin master
关于

In order to meet the requirements of users, sorts of Web services coordination and recommendation methods can be adopted to recommend Web service composition. During the process of coordination and recommendation, some factors should be taken into account, such as privacy protection and so on

0 B
邀请码