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

Git 操作

时间:2017-08-01 12:46:21      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:strong   冲突   git push   流程   还原   pull   com   项目   内容   

使用git pull文件时和本地文件冲突:

$ git stash

$ git pull

$ git stash pop stash@{0}   【还原暂存的内容

 

上传项目流程:

pwd

git pull

git commit ./ -m  ‘提交内容‘

git push

 

Git 操作

标签:strong   冲突   git push   流程   还原   pull   com   项目   内容   

原文地址:http://www.cnblogs.com/zhaojinxin/p/7267479.html

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