From fcd57df090de9cdf5cb424d9ff46bf373be9d752 Mon Sep 17 00:00:00 2001 From: xueweihan <595666367@qq.com> Date: Thu, 21 Jul 2016 20:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8E=92=E7=89=88=EF=BC=8C?= =?UTF-8?q?=E8=80=83=E8=99=91=E5=86=99=E4=B8=AA=E8=84=9A=E6=9C=AC=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E6=8E=92=E7=89=88=E4=B8=AD=E7=9A=84=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E6=80=A7=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2d6881..f08cd02 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## 所有人看过来 1. Fork于[tips](https://github.com/git-tips/tips)项目 -2. **一定要先测试命令的效果后,再用于工作环境中,以防造成不能弥补的后果!** +2. **一定要先测试命令的效果后**,再用于工作环境中,以防造成不能弥补的后果!**到时候别拿着砍刀来找我** -3. 所有的命令都在`git version 2.7.4 (Apple Git-66)`下测试通过(安全可食用😊) +3. 所有的命令都在`git version 2.7.4 (Apple Git-66)`下测试通过 --- @@ -131,6 +131,13 @@ git commit --amend git log ``` +## 显示本地执行过git命令 +就像shell的history一样 + +``` +git reflog +``` + ## 修改作者名 ```sh git commit --amend --author='Author Name '