# 把本地库和远程的gitee关联
git remote add gitee xxxxx(gitee地址)
# 把本地库和远程的github关联
git remote add github xxxx(github地址)
# 查看关联库信息
git remote -v
# 推送到github
git push github master
# 推送到gitee
git push gitee master
gitee和github绑定
最新推荐文章于 2024-08-29 14:18:56 发布