Skip to content

Commit fcd57df

Browse files
committed
重新排版,考虑写个脚本完成排版中的重复性工作
1 parent 50e52a7 commit fcd57df

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
## 所有人看过来
55
1. Fork于[tips](https://github.com/git-tips/tips)项目
66

7-
2. **一定要先测试命令的效果后,再用于工作环境中,以防造成不能弥补的后果!**
7+
2. **一定要先测试命令的效果后**,再用于工作环境中,以防造成不能弥补的后果!**到时候别拿着砍刀来找我**
88

9-
3. 所有的命令都在`git version 2.7.4 (Apple Git-66)`下测试通过(安全可食用😊)
9+
3. 所有的命令都在`git version 2.7.4 (Apple Git-66)`下测试通过
1010

1111
---
1212

@@ -131,6 +131,13 @@ git commit --amend
131131
git log
132132
```
133133

134+
## 显示本地执行过git命令
135+
就像shell的history一样
136+
137+
```
138+
git reflog
139+
```
140+
134141
## 修改作者名
135142
```sh
136143
git commit --amend --author='Author Name <email@address.com>'

0 commit comments

Comments
 (0)