git add . git commit -m “提交信息” / git commit -a -m “提交信息”
git remote add 远程仓库别名 url
git branch –set-upstream-to=origin/ma
2023-02-03