Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove authored Feb 24, 2021
1 parent fb7d806 commit ad02c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,7 @@ git log --pretty=format:'%h : %s - %ad' --date=short # 日期YYYY-MM-DD显示
git log --pretty=oneline --graph --decorate --all # 展示简化的 commit 历史
git log <last tag> HEAD --pretty=format:%s # 只显示commit
git config --global format.pretty '%h : %s - %ad' --date=short #日期YYYY-MM-DD显示 写入全局配置
git config --global format.pretty "%h: %s @%cn %ai"
```

|选项 | 说明|选项 | 说明|
Expand Down

0 comments on commit ad02c63

Please sign in to comment.