Go to file
zhangyu19 5be98e64cc Merge pull request 'first commit' (#1) from first_commit into master
Reviewed-on: https://git.trustie.net/zhangyu19/OSS_model_analyze/pulls/1
2021-04-15 22:37:04 +08:00
.idea first commit 2021-04-15 22:30:00 +08:00
.gitignore Initial commit 2021-04-15 22:13:23 +08:00
LICENSE Initial commit 2021-04-15 22:13:23 +08:00
README.md Initial commit 2021-04-15 22:13:23 +08:00
data_analyze.py first commit 2021-04-15 22:30:00 +08:00
main.py first commit 2021-04-15 22:30:00 +08:00
mysql_search.py first commit 2021-04-15 22:30:00 +08:00
search_result.txt first commit 2021-04-15 22:30:00 +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/primenumber/OSS_model_analyze.git
git push -u origin master

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

git remote add origin https://git.trustie.net/primenumber/OSS_model_analyze.git
git push -u origin master