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

git简略操作

时间:2018-10-05 12:21:15      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:comm   style   测试   order   关联   color   pad   ini   强制   

git init

初始化
git add .

文件追踪
git commit -m "hexo初始化"

提交缓存本地
git remote add origin git@github.com:1549469775/hexo_netlify.git

添加远程地址
git remote -v

测试远程地址
git push origin master

此时会报错,因为两个git仓库未关联
git pull git@github.com:1549469775/hexo_netlify.git master 
--allow-unrelated-histories

强制提交拉取未关联的仓库进行关联
git push origin master

提交

git简略操作

标签:comm   style   测试   order   关联   color   pad   ini   强制   

原文地址:https://www.cnblogs.com/Asome/p/9744080.html

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