xichao1980

导航

2016年3月1日 #

git 笔记

摘要: 查看某个提交的修改:git show commitID 查看某个提交修改涉及的文件:git show commitID --oneline --name-status 清理掉没有入库的文件,并把修改了文件回退:git clean -xdf && git reset --hard 更新到远端最新提交: 阅读全文

posted @ 2016-03-01 11:24 xichao1980 阅读(80) 评论(0) 推荐(0) 编辑