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

git常用命令的使用(陆续更新)

时间:2016-11-16 19:52:51      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:pull   pop   file   不提交   报错   ash   提交   stash   name   

1、当本地有修改还没有提交又需要从远程更新时

  git stash //将本地修改暂时放入缓存区

  git pull //更新远程代码(不会报错)

  git stash pop //将修改从缓存区合并到本地

2、清除本地修改(不提交)

  git checkout --filename //将在工作区的修改全部撤销

git常用命令的使用(陆续更新)

标签:pull   pop   file   不提交   报错   ash   提交   stash   name   

原文地址:http://www.cnblogs.com/9310my/p/6070562.html

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