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

git之常用命令

时间:2018-12-31 21:16:52      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:master   pre   related   esc   编辑   git pull   style   code   span   

git之常用命令

1.下载远程仓库最新代码

$ git pull --rebase origin master

2.上传代码

$ git push origin master

 3.退出编辑

ESC + Z +Z   //z必须是大写,连按两次

 

 

报错:

refusing to merge unrelated histories

解决:

git pull origin master --allow-unrelated-histories

 

git之常用命令

标签:master   pre   related   esc   编辑   git pull   style   code   span   

原文地址:https://www.cnblogs.com/s313139232/p/10178980.html

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