2015年2月10日

Git 命令 二

摘要: 丢失了commit记录,如何找回:下面模拟丢失commit记录的情况,第二次提交commit2: add test2.c第一次提交commit1: add test1.c执行git reset --hard HEAD~1,删除了commit3,同时test3.c文件已经在working tree里看... 阅读全文

posted @ 2015-02-10 20:33 not_ull 阅读(113) 评论(0) 推荐(0)

Git 命令 一

摘要: 使用设置git config --global user.name "Your Name"git config --global user.email "Your E-Mail"git config --global core.editor vimgit config --global merge.... 阅读全文

posted @ 2015-02-10 20:26 not_ull 阅读(169) 评论(0) 推荐(0)

导航