Go to file
nigel007 61de22784e add python requirements 2021-02-13 08:46:19 +08:00
.gitignore update sth 2021-02-13 08:36:27 +08:00
LICENSE Initial commit 2021-01-30 09:54:30 +08:00
README.md Initial commit 2021-01-30 09:54:30 +08:00
config.template.yaml update sth 2021-02-13 08:36:27 +08:00
data_statistics.ipynb update sth 2021-02-13 08:36:27 +08:00
filter_users.py update sth 2021-02-13 08:36:27 +08:00
requirements.txt add python requirements 2021-02-13 08:46:19 +08:00
selected_sponsor_create_logins.csv update sth 2021-02-13 08:36:27 +08:00
utils.py update sth 2021-02-13 08:36:27 +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/Nigel/cscw_2021_sponsor.git
git push -u origin master

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

git remote add origin https://git.trustie.net/Nigel/cscw_2021_sponsor.git
git push -u origin master