为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
git init
git fetch https://git.ustc.edu.cn/Mathison/calculator.git
git merge
git remote add origin https://git.ustc.edu.cn/Mathison/calculator.git
git pull origin main --allow-unrelated-histories
git branch -M main
git add . git commit -m "date name"
git push -u origin main