git 与远程仓库建立连接git config user.email "邮箱"git remote add origin "ssh"git pull origin master:master//多分支,到主分支提交git statusgit add .git commit -m "注释"git push git push -u origin master//多分枝提交到主分支版权声明:本文为JYXbuhuibiancheng原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。原文链接:https://blog.csdn.net/JYXbuhuibiancheng/article/details/125647273