码迷,mamicode.com
首页 > 其他好文 > 详细

git远程写协作同步

时间:2019-10-27 21:01:50      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:rem   origin   lob   分支   文件   nbsp   建立   git add   初始   

1:创建一个要提交的文件
2 git init 初始化 
3 git remote add origin https://github.com/maohongli/cang.git 建立远程连接
4 git status
5 git add -A 创建
6 git commit -m "是" 
7 git push -u origin master 推送

用户名git config --global user.email 1031815407@qq.com 密码 git config --global user.name "maohongli"

分支合并


1 git checkout -b shop 切换分支
2 git add -A 创建 
3 git push -u origin shop 推进
4 git checkout master 切换master
5 git merge shop 合并shop分支
6 git push 推进

git远程写协作同步

标签:rem   origin   lob   分支   文件   nbsp   建立   git add   初始   

原文地址:https://www.cnblogs.com/azzy/p/11748769.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!