We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e52a7 commit fcd57dfCopy full SHA for fcd57df
README.md
@@ -4,9 +4,9 @@
4
## 所有人看过来
5
1. Fork于[tips](https://github.com/git-tips/tips)项目
6
7
-2. **一定要先测试命令的效果后,再用于工作环境中,以防造成不能弥补的后果!**
+2. **一定要先测试命令的效果后**,再用于工作环境中,以防造成不能弥补的后果!**到时候别拿着砍刀来找我**
8
9
-3. 所有的命令都在`git version 2.7.4 (Apple Git-66)`下测试通过(安全可食用😊)
+3. 所有的命令都在`git version 2.7.4 (Apple Git-66)`下测试通过
10
11
---
12
@@ -131,6 +131,13 @@ git commit --amend
131
git log
132
```
133
134
+## 显示本地执行过git命令
135
+就像shell的history一样
136
+
137
+```
138
+git reflog
139
140
141
## 修改作者名
142
```sh
143
git commit --amend --author='Author Name <email@address.com>'
0 commit comments