git init
git remote add origin https://git.ustc.edu.cn/Mathison/calculator.git
git branch -M Mathison
git add .
git commit -m "date name"
git pull --rebase origin Mathison
git push -u origin Mathison